#N/A: Monkeypatch pathlib on windows

This commit is contained in:
Vladimir Iakovlev
2016-08-14 15:15:03 +03:00
parent 176924c18d
commit 621b455334
9 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import pytest
from tests.utils import CorrectedCommand, Rule, Command
from thefuck import const
from thefuck.exceptions import EmptyCommand
from thefuck.utils import Path
from thefuck.system import Path
class TestCorrectedCommand(object):