0

fixed typo in setup.py

This commit is contained in:
Aaron Griffith
2011-07-14 22:52:13 -04:00
parent 173e662457
commit cbd48fa2eb

View File

@@ -217,7 +217,7 @@ def generate_version_py():
f.write(outstr) f.write(outstr)
f.close() f.close()
except: except:
print "WARNING: failed to build overview_version file" print "WARNING: failed to build overviewer_version file"
class CustomSDist(sdist): class CustomSDist(sdist):
def run(self): def run(self):