]> git.phdru.name Git - dotfiles.git/blobdiff - bin/decode-URLs.py
Refactor(bin/decode-URLs.py): Python3-only
[dotfiles.git] / bin / decode-URLs.py
index ef04664342a87b7a5d5dc1c65045aa3399aee77d..6b98bb3f01e8a84d167f19d47745fd6184cf8e02 100755 (executable)
@@ -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: