aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_dotfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dotfile.py')
-rw-r--r--tests/test_dotfile.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_dotfile.py b/tests/test_dotfile.py
index 6f3eb4e..5672c53 100644
--- a/tests/test_dotfile.py
+++ b/tests/test_dotfile.py
@@ -1,9 +1,9 @@
import pytest
-import py.path
+from pathlib import Path
from dotfiles.dotfile import Dotfile
-from dotfiles.exceptions import \
- IsSymlink, NotASymlink, TargetExists, TargetMissing, Exists
+from dotfiles.exceptions import IsSymlink, NotASymlink, TargetExists, \
+ TargetMissing, Exists
def _make_dotfile(repo, name, target=None):