canfestival/config_utils.py
changeset 1749 d73b64672238
parent 1747 6046ffa2280f
child 1765 ccf59c1f0b45
equal deleted inserted replaced
1748:ba5f64fe0e00 1749:d73b64672238
   671 
   671 
   672             IECLocations[name] = COlocationtype
   672             IECLocations[name] = COlocationtype
   673             pointers[(index, subindex)] = name
   673             pointers[(index, subindex)] = name
   674     return pointers
   674     return pointers
   675 
   675 
       
   676 
   676 if __name__ == "__main__":
   677 if __name__ == "__main__":
   677     import os
   678     import os
   678     import sys
   679     import sys
   679     import getopt
   680     import getopt
   680 
   681