Home
last modified time | relevance | path

Searched refs:INSTALL_SCHEMES (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py14 from distutils.command.install import INSTALL_SCHEMES
97 self.assertIn(key, INSTALL_SCHEMES)
/external/python/cpython2/Lib/distutils/command/
Dinstall.py42 INSTALL_SCHEMES = { variable
470 scheme = INSTALL_SCHEMES[name]