X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=bin%2Fdecode-URLs.py;fp=bin%2Fdecode-URLs.py;h=4d581938b9139df977b8bc2b7e0cae0b7fb4ecf0;hp=70400abb29df900a8c3adc3bbd8475340cf25493;hb=f0344023aa21ede3b47d77559af54b97c37f328b;hpb=c5883d2a782366c0a3468a989e756cf37dabbd46 diff --git a/bin/decode-URLs.py b/bin/decode-URLs.py index 70400ab..4d58193 100755 --- a/bin/decode-URLs.py +++ b/bin/decode-URLs.py @@ -9,4 +9,4 @@ while True: unqoted = urllib.unquote(url.strip()) if unqoted.startswith('file://'): unqoted = unqoted[len('file://'):] - print unqoted + print(unqoted)