Home
last modified time | relevance | path

Searched refs:sitecustomize (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dsite.py63 sitecustomize, usercustomize or PYTHONSTARTUP. Starting Python in
67 named sitecustomize, which can perform arbitrary additional
439 This can be overridden in the sitecustomize or usercustomize module,
548 import sitecustomize namespace
550 if exc.name == 'sitecustomize':
559 "Error in sitecustomize; set PYTHONVERBOSE for traceback:\n"
/third_party/python/Lib/test/
H A Dtest_site.py460 # If sitecustomize is available, it should have been imported.
461 if "sitecustomize" not in sys.modules:
463 import sitecustomize namespace
467 self.fail("sitecustomize not imported automatically")

Completed in 3 milliseconds