Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py27 from setuptools.command.easy_install import PthDistributions
237 pth = PthDistributions('does-not_exist', [os.getcwd()])
246 pth = PthDistributions('does-not_exist', [location, ])
/external/python/setuptools/setuptools/command/
Deasy_install.py474 self.pth_file = PthDistributions(pth_file, self.all_site_dirs)
1573 class PthDistributions(Environment): class
1681 class RewritePthDistributions(PthDistributions):
1704 PthDistributions = RewritePthDistributions variable