diff --git a/voussoirkit/pathclass.py b/voussoirkit/pathclass.py index ba12bed..4b8e9c5 100644 --- a/voussoirkit/pathclass.py +++ b/voussoirkit/pathclass.py @@ -320,7 +320,7 @@ def common_path(paths, fallback): model = parent def cwd(): - return pathclass.Path(os.getcwd()) + return Path(os.getcwd()) def get_path_casing(path): '''