Removed svn tag.
diff --git a/scipy/core_version.py b/scipy/core_version.py
index 0e1332b..8fd8257 100644
--- a/scipy/core_version.py
+++ b/scipy/core_version.py
@@ -1,12 +1,12 @@
version='0.6.1'
-import os
-svn_version_file = os.path.join(os.path.dirname(__file__),
- 'base','__svn_version__.py')
-if os.path.isfile(svn_version_file):
- import imp
- svn = imp.load_module('scipy.base.__svn_version__',
- open(svn_version_file),
- svn_version_file,
- ('.py','U',1))
- version += '.'+svn.version
+#import os
+#svn_version_file = os.path.join(os.path.dirname(__file__),
+# 'base','__svn_version__.py')
+#if os.path.isfile(svn_version_file):
+# import imp
+# svn = imp.load_module('scipy.base.__svn_version__',
+# open(svn_version_file),
+# svn_version_file,
+# ('.py','U',1))
+# version += '.'+svn.version