1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Fix Python 2.7 support

This commit is contained in:
mcarton 2015-05-16 18:57:42 +02:00
parent bb4b42d2f1
commit f04c4396eb

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):