diff -r 67b06b30f2bd -r f2b0d849ea77 Beremiz.py --- a/Beremiz.py Wed Feb 14 15:39:27 2018 +0100 +++ b/Beremiz.py Fri Feb 16 01:38:34 2018 +0100 @@ -47,7 +47,7 @@ self.buildpath = None self.splash = None self.splashPath = self.Bpath("images", "splash.png") - self.modules= ["BeremizIDE"] + self.modules = ["BeremizIDE"] self.debug = os.path.exists("BEREMIZ_DEBUG") def Bpath(self, *args):