aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py2/mpl_toolkits/__init__.py
blob: 8d9942e652d593e9319fed1eaec79d4c48d6a0f0 (plain) (blame)
1
2
3
4
try:
    __import__('pkg_resources').declare_namespace(__name__)
except ImportError:
    pass # must not have setuptools