Changeset 1152:0c20ab72990b for pida/core/document.py
- Timestamp:
- 05/12/08 22:29:24 (7 months ago)
- Children:
- 1153:45734eece898, 1159:205b05b8ff8c
- Files:
-
- 1 modified
-
pida/core/document.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pida/core/document.py
r1126 r1152 231 231 match = self.boss.cmd('project', 'get_project_for_document', document=self) 232 232 if match is None: 233 return None, os.path.join( os.path.split(self.directory)[-2:])233 return None, os.path.join(*os.path.split(self.directory)[-2:]) 234 234 else: 235 235 project, path = match
