Skip to content

Commit

Permalink
Fix version.py for release
Browse files Browse the repository at this point in the history
  • Loading branch information
teoliphant committed Feb 16, 2006
1 parent ea89461 commit 3a01f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import os
#svn_version_file = os.path.join(os.path.dirname(__file__),
'core','__svn_version__.py')
# 'core','__svn_version__.py')
#if os.path.isfile(svn_version_file):
# import imp
# svn = imp.load_module('numpy.core.__svn_version__',
Expand Down

0 comments on commit 3a01f1d

Please sign in to comment.