Beremiz.py
changeset 1935 f2b0d849ea77
parent 1926 d430a67c8462
child 1941 cde74a39df51
equal deleted inserted replaced
1934:67b06b30f2bd 1935:f2b0d849ea77
    45         self.app_dir = paths.AbsDir(__file__)
    45         self.app_dir = paths.AbsDir(__file__)
    46         self.projectOpen = None
    46         self.projectOpen = None
    47         self.buildpath = None
    47         self.buildpath = None
    48         self.splash = None
    48         self.splash = None
    49         self.splashPath = self.Bpath("images", "splash.png")
    49         self.splashPath = self.Bpath("images", "splash.png")
    50         self.modules= ["BeremizIDE"]
    50         self.modules = ["BeremizIDE"]
    51         self.debug = os.path.exists("BEREMIZ_DEBUG")
    51         self.debug = os.path.exists("BEREMIZ_DEBUG")
    52 
    52 
    53     def Bpath(self, *args):
    53     def Bpath(self, *args):
    54         return os.path.join(self.app_dir, *args)
    54         return os.path.join(self.app_dir, *args)
    55 
    55