X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fdecode-URLs.py;fp=bin%2Fdecode-URLs.py;h=6b98bb3f01e8a84d167f19d47745fd6184cf8e02;hb=19369f1acdb94fbafe7a91e90e96d0e725b6fa40;hp=ef04664342a87b7a5d5dc1c65045aa3399aee77d;hpb=342c4ffb5a689c52f8b4b053d72b834f23cff558;p=dotfiles.git diff --git a/bin/decode-URLs.py b/bin/decode-URLs.py index ef04664..6b98bb3 100755 --- a/bin/decode-URLs.py +++ b/bin/decode-URLs.py @@ -1,9 +1,6 @@ #! /usr/bin/env python3 -try: - from urllib.parse import unquote -except ImportError: - from urllib import unquote +from urllib.parse import unquote import sys while True: