Changeset 1447 for pykota

Show
Ignore:
Timestamp:
05/04/04 05:14:35 (20 years ago)
Author:
jalet
Message:

fixed copy&paste problem in pkpgcounter

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkpgcounter

    r1430 r1447  
    2424# 
    2525# $Log$ 
     26# Revision 1.2  2004/05/04 03:14:26  jalet 
     27# fixed copy&paste problem in pkpgcounter 
     28# 
    2629# Revision 1.1  2004/04/08 17:07:42  jalet 
    2730# pkpgcounter added 
     
    6467          (data.find("LANGUAGE = PCL") != -1) or \ 
    6568          (data.find("LANGUAGE = Pcl") != -1))) : 
     69        return 1 
     70    else :     
     71        return 0 
    6672     
    6773def pcl(infile) :     
  • pykota/trunk/NEWS

    r1437 r1447  
    2222PyKota NEWS : 
    2323 
     24    - 1.19alpha4 : 
     25     
     26        - a bad copy&paste prevented pkpgcounter to work at all, this 
     27          is now fixed. 
     28           
    2429    - 1.19alpha3 : 
    2530     
  • pykota/trunk/pykota/version.py

    r1437 r1447  
    2222# 
    2323 
    24 __version__ = "1.19alpha3_unofficial" 
     24__version__ = "1.19alpha4_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""