diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-21 22:43:57 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-21 22:43:57 -0500 |
commit | ee75886843538f510f9e39fedae6a6f952193e83 (patch) | |
tree | bff2996d1842b7824897ce2c7464d493c82174dc | |
parent | b9d3f5c41764439bf812c1d077eb44a1c52b3675 (diff) | |
download | dotfiles-ee75886843538f510f9e39fedae6a6f952193e83.tar.gz dotfiles-ee75886843538f510f9e39fedae6a6f952193e83.tar.bz2 dotfiles-ee75886843538f510f9e39fedae6a6f952193e83.zip |
Import only py's path module
-rw-r--r-- | dotfiles/dotfile.py | 2 |
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 |