diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:30:02 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:30:02 -0400 |
commit | a57e66382d1e831ddc552c26632f03ef2d250b93 (patch) | |
tree | b87744eaa8634ac7feca277f722d75f955c062de /purge_path/__init__.py | |
parent | 2147523a89156236a3f70c2ac70e2c8304e295f3 (diff) | |
download | purge_path-a57e66382d1e831ddc552c26632f03ef2d250b93.tar.gz |
Add versioning, fix setup
Diffstat (limited to 'purge_path/__init__.py')
-rw-r--r-- | purge_path/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/purge_path/__init__.py b/purge_path/__init__.py index e69de29..a3f7a23 100644 --- a/purge_path/__init__.py +++ b/purge_path/__init__.py @@ -0,0 +1 @@ +from . import purge_path |