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

#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

View File

@@ -1,7 +1,7 @@
import pytest
from thefuck import shells
from thefuck import conf, const
from thefuck.utils import Path
from thefuck.system import Path
shells.shell = shells.Generic()