We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16a414 commit fc3bb81Copy full SHA for fc3bb81
lib/matplotlib/toolkits/__init__.py
@@ -1,4 +1,4 @@
1
-try:
2
- __import__('pkg_resources').declare_namespace(__name__)
3
-except ImportError:
4
- pass # must not have setuptools
+#try:
+# __import__('pkg_resources').declare_namespace(__name__)
+#except ImportError:
+# pass # must not have setuptools
0 commit comments