Revision: 4726
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4726&view=rev
Author:   jdh2358
Date:     2007-12-13 10:17:33 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
removed namespace declaration from toolkits __init__

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/toolkits/__init__.py

Modified: trunk/matplotlib/lib/matplotlib/toolkits/__init__.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/toolkits/__init__.py        2007-12-13 
18:13:49 UTC (rev 4725)
+++ trunk/matplotlib/lib/matplotlib/toolkits/__init__.py        2007-12-13 
18:17:33 UTC (rev 4726)
@@ -1,4 +1,4 @@
-try:
-    __import__('pkg_resources').declare_namespace(__name__)
-except ImportError:
-    pass # must not have setuptools
+#try:
+#    __import__('pkg_resources').declare_namespace(__name__)
+#except ImportError:
+#    pass # must not have setuptools


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to