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

fixed copy&paste problem in pkpgcounter

Files:
1 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) :