Fix Python 2.7 support

This commit is contained in:
mcarton
2015-05-16 18:57:42 +02:00
parent bb4b42d2f1
commit f04c4396eb
+2 -1
View File
@@ -1,4 +1,5 @@
from urllib.parse import urlparse # -*- encoding: utf-8 -*-
from six.moves.urllib.parse import urlparse
def match(command, settings): def match(command, settings):