|
Panda3D
|
iconfile = None for name in self.cfg.sections(): if self.cfg.get (name, "type") == "STANDALONE": try: iconfile = self.cfg.get (name, "iconfile") except: pass if iconfile: from icon import CopyIcons CopyIcons (myexe, iconfile) More...
Public Member Functions | |
| def | __init__ |
| def | edit |
| def | gather |
iconfile = None for name in self.cfg.sections(): if self.cfg.get (name, "type") == "STANDALONE": try: iconfile = self.cfg.get (name, "iconfile") except: pass if iconfile: from icon import CopyIcons CopyIcons (myexe, iconfile)
| def __init__ | ( | self, | |
| cfg, | |||
| sectnm, | |||
| cnvrts | |||
| ) |
Reimplemented from FullExeTarget.
| def edit | ( | self | ) |
Reimplemented from ArchiveTarget.
| def gather | ( | self | ) |
Reimplemented from FullExeTarget.
1.7.3