Searched refs:PthDistributions (Results 1 – 2 of 2) sorted by relevance
27 from setuptools.command.easy_install import PthDistributions237 pth = PthDistributions('does-not_exist', [os.getcwd()])246 pth = PthDistributions('does-not_exist', [location, ])
474 self.pth_file = PthDistributions(pth_file, self.all_site_dirs)1573 class PthDistributions(Environment): class1681 class RewritePthDistributions(PthDistributions):1704 PthDistributions = RewritePthDistributions variable