[Scipy-svn] r3747 - trunk/scipy

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Dec 29 16:34:55 EST 2007


Author: rkern
Date: 2007-12-29 15:34:37 -0600 (Sat, 29 Dec 2007)
New Revision: 3747

Modified:
   trunk/scipy/__init__.py
Log:
Remove useless import of pkg_resources.

Modified: trunk/scipy/__init__.py
===================================================================
--- trunk/scipy/__init__.py	2007-12-29 20:37:12 UTC (rev 3746)
+++ trunk/scipy/__init__.py	2007-12-29 21:34:37 UTC (rev 3747)
@@ -14,12 +14,6 @@
 
 """
 
-try:
-    import pkg_resources as _pr # activate namespace packages (manipulates __path__)
-    del _pr
-except ImportError:
-    pass
-
 __all__ = ['pkgload','test']
 
 from numpy import show_config as show_numpy_config




More information about the Scipy-svn mailing list