Skip to content

Commit

Permalink
forced pavement.py to first try to include firepython from actual folder
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 25, 2009
1 parent 2df0ef6 commit e0966af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pavement.py
Expand Up @@ -6,6 +6,7 @@
from paver.easy import *
from paver.setuputils import setup, find_packages

sys.path.insert(0, path.getcwd()) # use firepython from current folder
from firepython._setup_common import SETUP_ARGS

ROOT = path.getcwd()
Expand Down

0 comments on commit e0966af

Please sign in to comment.