PyGME.py File Reference

Go to the source code of this file.

Namespaces

namespace  PyGME

Variables

 PyGME::register = False
tuple PyGME::sarg = arg.split('=')
tuple PyGME::registry = len(sarg)
tuple PyGME::specPath = len(sys.argv)
tuple PyGME::spath = os.path.split(sys.argv[1])
tuple PyGME::gpath = os.path.split(sys.argv[0])
tuple PyGME::genPath = os.path.splitdrive(sys.argv[1])
dictionary PyGME::specDict = {'tooltip' : '', 'iconpath' : '', 'clsid' : str(pythoncom.CreateGuid())}
tuple PyGME::specXML = parse(os.path.join(genPath, specPath))
 PyGME::de = specXML.documentElement
tuple PyGME::iconBase = os.path.splitdrive(specDict['iconpath'])
tuple PyGME::f = file(os.path.join(genPath, "%s.py" % specDict['name']), "w")
tuple PyGME::mod = __import__(specDict['name'])
tuple PyGME::comp = getattr(mod, specDict['name'])
Generated on Thu May 30 15:42:58 2013 for GME by  doxygen 1.6.3