aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2016-01-21 22:43:57 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2016-01-21 22:43:57 -0500
commitee75886843538f510f9e39fedae6a6f952193e83 (patch)
treebff2996d1842b7824897ce2c7464d493c82174dc
parentb9d3f5c41764439bf812c1d077eb44a1c52b3675 (diff)
downloaddotfiles-ee75886843538f510f9e39fedae6a6f952193e83.tar.gz
dotfiles-ee75886843538f510f9e39fedae6a6f952193e83.tar.bz2
dotfiles-ee75886843538f510f9e39fedae6a6f952193e83.zip
Import only py's path module
-rw-r--r--dotfiles/dotfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/dotfile.py b/dotfiles/dotfile.py
index 62c3145..daa4a54 100644
--- a/dotfiles/dotfile.py
+++ b/dotfiles/dotfile.py
@@ -1,4 +1,4 @@
-import py
+import py.path
from click import echo
from .exceptions import IsSymlink, NotASymlink