HomeSort by relevance Sort by last modified time
    Searched refs:pkg_resources (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 100 was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
106 import pkg_resources namespace
110 pkg_resources.require("setuptools>="+version); return
111 except pkg_resources.VersionConflict, e:
120 except pkg_resources.DistributionNotFound:
123 del pkg_resources, sys.modules['pkg_resources'] # reload ok
231 import pkg_resources namespace
233 pkg_resources.require(req)
234 except pkg_resources.VersionConflict
    [all...]
  /external/protobuf/python/
ez_setup.py 92 was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
98 import pkg_resources namespace
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 namespace
225 pkg_resources.require(req)
226 except pkg_resources.VersionConflict
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 87 import pkg_resources namespace
89 pkg_resources.require("setuptools>="+version)
91 except pkg_resources.VersionConflict, e:
168 import pkg_resources namespace
170 pkg_resources.require(req)
171 except pkg_resources.VersionConflict:
  /external/chromium_org/third_party/jinja2/
loaders.py 212 from pkg_resources import DefaultProvider, ResourceManager, \
  /external/nanopb-c/generator/
nanopb_generator.py 11 import pkg_resources # pyinstaller / protobuf 2.5 seem to need these namespace
    [all...]

Completed in 1152 milliseconds