Home | History | Annotate | Download | only in pdist

Lines Matching refs:directory

13 # environment or from a hidden file in the current directory

36 directory = None
48 directory = a
61 if not directory:
63 directory = open(os.path.join("CVS", "Repository")).readline()
67 if directory[-1] == '\n':
68 directory = directory[:-1]
69 if directory:
70 x.cd(directory)