diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2010-11-18 10:08:09 +0200 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2010-11-18 10:08:09 +0200 |
commit | 277c740f798b93a4348054bcd9ee6f6e42f659e0 (patch) | |
tree | 8e295c248e1e661b1583c84afe0f59b99c42e42c /setupscons.py | |
parent | f26fdc9afe40e4be40fc566542ca7342e57d2909 (diff) | |
download | numpy-277c740f798b93a4348054bcd9ee6f6e42f659e0.tar.gz |
BUG: Remove invalid reference to FULLVERSION from setupscons.py.
Diffstat (limited to 'setupscons.py')
-rwxr-xr-x | setupscons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setupscons.py b/setupscons.py index 890d4795d..ff5c53990 100755 --- a/setupscons.py +++ b/setupscons.py @@ -41,7 +41,6 @@ if os.path.exists('MANIFEST'): os.remove('MANIFEST') 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) |