From a57e66382d1e831ddc552c26632f03ef2d250b93 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 21 Aug 2015 15:30:02 -0400 Subject: Add versioning, fix setup --- purge_path/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'purge_path/__init__.py') 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 -- cgit