]> git.phdru.name Git - dotfiles.git/blobdiff - bin/decode-URLs.py
Adapt Python scripts to Python 3
[dotfiles.git] / bin / decode-URLs.py
index 70400abb29df900a8c3adc3bbd8475340cf25493..4d581938b9139df977b8bc2b7e0cae0b7fb4ecf0 100755 (executable)
@@ -9,4 +9,4 @@ while True:
    unqoted = urllib.unquote(url.strip())
    if unqoted.startswith('file://'):
        unqoted = unqoted[len('file://'):]
-   print unqoted
+   print(unqoted)