From: Oleg Broytman Date: Sat, 15 Jun 2024 13:25:35 +0000 (+0300) Subject: Refactor(bin/decode-URLs.py): Python3-only X-Git-Url: https://git.phdru.name/dotfiles.git/?a=commitdiff_plain;h=HEAD;p=dotfiles.git Refactor(bin/decode-URLs.py): Python3-only --- 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: