canfestival/config_utils.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
   648             IECLocations[name] = COlocationtype
   648             IECLocations[name] = COlocationtype
   649             pointers[(index, subindex)] = name
   649             pointers[(index, subindex)] = name
   650     return pointers
   650     return pointers
   651 
   651 
   652 if __name__ == "__main__":
   652 if __name__ == "__main__":
   653     import os, sys, getopt
   653     import os
       
   654     import sys
       
   655     import getopt
   654 
   656 
   655     def usage():
   657     def usage():
   656         print """
   658         print """
   657 Usage of config_utils.py test :
   659 Usage of config_utils.py test :
   658 
   660