This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cPickle | |
import sys | |
import re | |
import os.path | |
try: | |
recinfofile = file("recinfodic.txt","r") | |
except: | |
print "File 'recinfodic.txt' not found. Generate it with a python procedure found at devTools with the name 'PythonProcWriteRecInfo'" | |
sys.exit() |
NewerOlder