Show
Ignore:
Timestamp:
09/03/05 00:40:57 (19 years ago)
Author:
jerome
Message:

Added a PJL parsing module to extract SET and DEFAULT statements.
Improved general readability.
Fixed some minor problems thanks to pychecker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/ooo.py

    r235 r252  
    2323 
    2424import sys 
    25 import os 
    2625import zipfile 
    2726 
     
    4039                return 0 
    4140            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.") 
    4442                return 1 
    4543        else :