Show
Ignore:
Timestamp:
04/04/05 00:30:03 (19 years ago)
Author:
jerome
Message:

Ensure that pkpgcounter doesn't run anymore, until all the big
changes are finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r194 r195  
    209209def main() :     
    210210    """Entry point for PDL Analyzer.""" 
     211     
     212    sys.stderr.write("Big changes are currently occuring in the developpment version, please use the stable version for now !\n") 
     213    sys.exit(-1) 
     214     
    211215    if (len(sys.argv) < 2) or ((not sys.stdin.isatty()) and ("-" not in sys.argv[1:])) : 
    212216        sys.argv.append("-")