Skip to content

Commit

Permalink
fix sys.path priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mogproject committed Jan 11, 2015
1 parent 51e168c commit 09814aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def get_version():
import sys

sys.path.append(SRC_DIR)
sys.path[:0] = [SRC_DIR]
return __import__('artifactcli').__version__


Expand Down

0 comments on commit 09814aa

Please sign in to comment.