Changeset 252 for pkpgcounter/trunk/pkpgpdls/ooo.py
- Timestamp:
- 09/03/05 00:40:57 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/ooo.py
r235 r252 23 23 24 24 import sys 25 import os26 25 import zipfile 27 26 … … 40 39 return 0 41 40 else : 42 if self.debug : 43 sys.stderr.write("DEBUG: Input file is in the OpenOffice.org format.\n") 41 self.logdebug("DEBUG: Input file is in the OpenOffice.org format.") 44 42 return 1 45 43 else :