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

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
__init__.py 6 import pkg_resources namespace
7 pkg_resources.require('Paste')
test_urlparser.py 4 from pkg_resources import get_distribution
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/
conf.py 2 import pkg_resources namespace
4 version = release = pkg_resources.get_distribution('webob').version
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
__init__.py 4 import pkg_resources namespace
5 pkg_resources.declare_namespace(__name__)
7 # don't prevent use of paste if pkg_resources isn't installed
urlparser.py 13 import pkg_resources namespace
15 pkg_resources = None variable
527 if pkg_resources is None:
528 raise NotImplementedError("This class requires pkg_resources.")
530 self.egg = pkg_resources.get_distribution(egg_or_spec)
535 manager = pkg_resources.ResourceManager()
598 ``pkg_resources``. Takes a configuration value ``egg``, which is
602 if pkg_resources is None:
603 raise NotImplementedError("This function requires pkg_resources.")
  /external/protobuf/python/
ez_setup.py 100 was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
106 import pkg_resources namespace
111 pkg_resources.require("setuptools>="+version); return
112 except pkg_resources.VersionConflict, e:
121 except pkg_resources.DistributionNotFound:
124 del pkg_resources, sys.modules['pkg_resources'] # reload ok
232 import pkg_resources namespace
234 pkg_resources.require(req)
235 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-trace/trace-viewer/third_party/Paste/paste/util/
template.py 692 import sys, optparse, pkg_resources, os namespace
695 dist = pkg_resources.get_distribution('Paste')
  /external/nanopb-c/generator/
nanopb_generator.py 11 import pkg_resources # pyinstaller / protobuf 2.5 seem to need these namespace
    [all...]

Completed in 464 milliseconds