s/compile/execute when talking about Python

The word 'compile' is just misleading here.
This commit is contained in:
mcarton
2015-06-26 14:37:44 +02:00
parent 7173e0dbad
commit 5552fd3dc9
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
import pytest
from thefuck.rules.python_compile import match, get_new_command
from thefuck.rules.python_execute import match, get_new_command
from tests.utils import Command