Home | History | Annotate | Download | only in python

Lines Matching refs:pkg_resources

92     was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
98 import pkg_resources
102 pkg_resources.require("setuptools>="+version); return
103 except pkg_resources.VersionConflict, e:
113 del pkg_resources, sys.modules['pkg_resources'] # reload ok
115 except pkg_resources.DistributionNotFound:
223 import pkg_resources
225 pkg_resources.require(req)
226 except pkg_resources.VersionConflict: