Example #1
0
 def __init__(self):
    CScript.__init__(self)
    self.project_filename = ""
    self.glumol_path = ""
    self.project_path = ""
    self.normname = ""
    self.icon = ""
    self.icon_filename = ""
    self.debug = False
    self.optimization = _("None")
    self.company_name = ""
    self.company_name = ""
    self.description = ""
    self.file_version = 1.0
    self.copyrights = ""
    self.trademark = ""
    self.product_name = ""
    self.product_version = 1.0
    self.license = ""
    self.use_upx = False
    self.use_console = True
    self.no_single_file = False
    self.use_tk = False
    self.eula_path = ""
    self.readme_path = ""
    self.templates = []
    self.type = "CProject"
    self.autos = {}
Example #2
0
 def __init__(self):
     CScript.__init__(self)
     self.project_filename = ""
     self.glumol_path = ""
     self.project_path = ""
     self.normname = ""
     self.icon = ""
     self.icon_filename = ""
     self.debug = False
     self.optimization = _("None")
     self.company_name = ""
     self.company_name = ""
     self.description = ""
     self.file_version = 1.0
     self.copyrights = ""
     self.trademark = ""
     self.product_name = ""
     self.product_version = 1.0
     self.license = ""
     self.use_upx = False
     self.use_console = True
     self.no_single_file = False
     self.use_tk = False
     self.eula_path = ""
     self.readme_path = ""
     self.templates = []
     self.type = "CProject"
     self.autos = {}
Example #3
0
 def __init__(self, parent=None):
     CScript.__init__(self, parent=parent)
     self.type = "CGlumolObject"
Example #4
0
 def __init__(self, parent=None):
     CScript.__init__(self, '', parent)
Example #5
0
 def __init__(self, parent = "None"):
    CScript.__init__(self, parent)
    self.type = "CAnimation"
    self.filename = ""
Example #6
0
 def __init__(self, parent=None):
     CScript.__init__(self, '', parent)
Example #7
0
 def __init__(self, parent = None):
    CScript.__init__(self, parent = parent)
    self.type = "CGlumolObject"
Example #8
0
 def __init__(self):
     CScript.__init__(self)
     self.type = "Dialogue"
     self.filename = ""
Example #9
0
 def __init__(self):
    CScript.__init__(self)
    self.type = "Dialogue"
    self.filename = ""
Example #10
0
 def __init__(self, parent="None"):
     CScript.__init__(self, parent)
     self.type = "CAnimation"
     self.filename = ""