Skip to content

Commit fc3bb81

Browse files
committed
removed namespace declaration from toolkits __init__
svn path=/trunk/matplotlib/; revision=4726
1 parent e16a414 commit fc3bb81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/toolkits/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
try:
2-
__import__('pkg_resources').declare_namespace(__name__)
3-
except ImportError:
4-
pass # must not have setuptools
1+
#try:
2+
# __import__('pkg_resources').declare_namespace(__name__)
3+
#except ImportError:
4+
# pass # must not have setuptools

0 commit comments

Comments
 (0)