Lines Matching refs:path
352 sys_dir = os.path.dirname(sys.modules['distutils'].__file__)
355 sys_file = os.path.join(sys_dir, "distutils.cfg")
356 if os.path.isfile(sys_file):
367 user_file = os.path.join(os.path.expanduser('~'), user_filename)
368 if os.path.isfile(user_file):
373 if os.path.isfile(local_file):
1037 def __init__(self, path=None):
1038 if path is not None:
1039 self.read_pkg_file(open(path))
1115 with open(os.path.join(base_dir, 'PKG-INFO'), 'w',