Fix tests with python 2
This commit is contained in:
parent
698451f65d
commit
2f04a953ba
|
|
@ -1,3 +1,5 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
from thefuck.rules.fix_alt_space import match, get_new_command
|
||||
from tests.utils import Command
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue