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:
parent
bb4b42d2f1
commit
f04c4396eb
@ -1,4 +1,5 @@
|
||||
from urllib.parse import urlparse
|
||||
# -*- encoding: utf-8 -*-
|
||||
from six.moves.urllib.parse import urlparse
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
|
Loading…
x
Reference in New Issue
Block a user