Skip to content

Commit

Permalink
revert setup.py modification, fix #46
Browse files Browse the repository at this point in the history
  • Loading branch information
yedpodtrzitko committed Apr 3, 2012
1 parent 6eccc27 commit ba3e343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,9 +2,9 @@
import paver.tasks
except ImportError:
from os.path import exists
if exists("paver-minilib-1.1.0.zip"):
if exists("paver-minilib.zip"):
import sys
sys.path.insert(0, "paver-minilib-1.1.0.zip")
sys.path.insert(0, "paver-minilib.zip")
import paver.tasks

paver.tasks.main()

0 comments on commit ba3e343

Please sign in to comment.