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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user