Changeset 63
- Timestamp:
- Thu Jul 7 12:29:16 2005
- Files:
-
- trunk/transolution/xliffeditor/__init__.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/transolution/xliffeditor/__init__.py
r61 r63 18 18 if not os.path.isdir(imagedir): 19 19 imagedir = os.path.join('', IMAGEDIR) 20 20 if not os.path.isdir(langsdir): 21 langsdir = os.path.join('', LANGSDIR)
