From e6c935b715ce1fa385e33aa06375796e5e7980db Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 21 Jan 2016 22:49:19 -0500 Subject: Allow globs in ignore patterns --- tests/test_dotfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_dotfile.py') 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 -- cgit v1.2.3