Add python 2 support

This commit is contained in:
nvbn
2015-04-17 16:24:03 +02:00
parent 282217fd02
commit 2eb777a5bb
9 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from unittest.mock import patch, Mock
from subprocess import PIPE
from pathlib import PosixPath, Path
from mock import patch, Mock
from thefuck import main