Lines Matching refs:path
3825 fix_import.exists = os.path.exists
3834 def p(path):
3835 # Takes a unix path and returns a path with correct separators
3836 return os.path.pathsep.join(path.split("/"))
3840 expected_extensions = ('.py', os.path.sep, '.pyc', '.so', '.sl', '.pyd')
3848 if os.path.dirname(name):
3849 name = os.path.dirname(name) + '/jam'
3880 self.present_files = set(["__init__.py", "bar" + os.path.sep])