Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8985b1b + a3ce79e commit 57ea260Copy full SHA for 57ea260
1 file changed
lib/matplotlib/__init__.py
@@ -150,12 +150,6 @@ def _forward_ilshift(self, other):
150
# Python 3
151
from imp import reload
152
153
-# Needed for toolkit setuptools support
154
-if 0:
155
- try:
156
- __import__('pkg_resources').declare_namespace(__name__)
157
- except ImportError:
158
- pass # must not have setuptools
159
160
if not hasattr(sys, 'argv'): # for modpython
161
sys.argv = ['modpython']
0 commit comments