From 05e5138b704bae46d05e124a80691bb1aa17b24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 5 Jul 2016 08:38:54 +0200 Subject: 2to3 conversion --- fixers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixers.py') diff --git a/fixers.py b/fixers.py index 118c225..624f33f 100644 --- a/fixers.py +++ b/fixers.py @@ -1,4 +1,4 @@ -from urllib import unquote +from urllib.parse import unquote from werkzeug.wrappers import BaseResponse as Response class ScriptNameFixer(object): -- cgit v1.2.3