Changeset 385

Show
Ignore:
Timestamp:
09/05/06 23:13:31 (18 years ago)
Author:
jerome
Message:

Fixed error message.

Files:
1 modified

Legend:

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

    r357 r385  
    101101             
    102102        if startpagecount != endpagecount :     
    103             sys.stderr.write("ERROR : Incorrect ZjStream datas.\n") 
     103            sys.stderr.write("ERROR: Incorrect ZjStream datas.\n") 
    104104        return max(startpagecount, endpagecount) 
    105105