diff options
Diffstat (limited to 'tests/test_dotfile.py')
-rw-r--r-- | tests/test_dotfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dotfile.py b/tests/test_dotfile.py index a913743..ff19d9d 100644 --- a/tests/test_dotfile.py +++ b/tests/test_dotfile.py @@ -1,5 +1,5 @@ -import py import pytest +import py.path from dotfiles.dotfile import Dotfile from dotfiles.exceptions import IsSymlink, NotASymlink |