1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-18 19:22:32 +01:00

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

View File

@@ -1,6 +1,6 @@
from unittest.mock import patch, Mock
import pytest
from subprocess import PIPE
from mock import patch, Mock
import pytest
from thefuck.rules.no_command import match, get_new_command
from thefuck.main import Command