Searched refs:currentdir (Results 1 – 4 of 4) sorted by relevance
63 currentdir = os.path.dirname(__file__) variable64 for t in os.walk(os.path.dirname(currentdir)):69 if "urls.py" in t[2] and t[0] != currentdir:
302 currentdir = os.path.dirname(__file__) variable303 for t in os.walk(os.path.dirname(currentdir)):
13 currentdir = os.path.dirname(os.path.abspath(__file__)) variable14 patchesdir = os.path.join(currentdir, 'files')15 topdir = os.path.dirname(currentdir)
136 self.currentdir[self._includeDepth] = cd