#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
@@ -3,7 +3,7 @@ import os
import sys
from six import text_type
from . import const
from .utils import Path
from .system import Path
class Settings(dict):