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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 55 named sitecustomize, which can perform arbitrary additional
498 import sitecustomize namespace
506 "'import sitecustomize' failed; use -v for traceback" namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 381 # If sitecustomize is available, it should have been imported.
382 if "sitecustomize" not in sys.modules:
384 import sitecustomize namespace
388 self.fail("sitecustomize not imported automatically")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 55 named sitecustomize, which can perform arbitrary additional
498 import sitecustomize namespace
506 "'import sitecustomize' failed; use -v for traceback" namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 381 # If sitecustomize is available, it should have been imported.
382 if "sitecustomize" not in sys.modules:
384 import sitecustomize namespace
388 self.fail("sitecustomize not imported automatically")

Completed in 2574 milliseconds