Skip to content

Commit

Permalink
BUG: Remove invalid reference to FULLVERSION from setupscons.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 18, 2010
1 parent f26fdc9 commit 277c740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setupscons.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
sys.path.insert(0, os.path.dirname(__file__))
try:
setup_py = __import__("setup")
FULLVERSION = setup_py.FULLVERSION
write_version_py = setup_py.write_version_py
finally:
sys.path.pop(0)
Expand Down

0 comments on commit 277c740

Please sign in to comment.