1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Fix tests with python 2

This commit is contained in:
nvbn 2015-04-25 03:13:57 +02:00
parent 698451f65d
commit 2f04a953ba
2 changed files with 2 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

@ -1,3 +1,5 @@
# -*- encoding: utf-8 -*-
from thefuck.rules.fix_alt_space import match, get_new_command
from tests.utils import Command