# HG changeset patch
# User Edouard Tisserant
# Date 1337561393 -7200
# Node ID 7b421e08063696b4f86e455a5b39d81e4bd3dcf5
# Parent  944e58c00ca52fe96a3dc008243b6229fa63d7b9
fixed typos

diff -r 944e58c00ca5 -r 7b421e080636 Beremiz.py
--- a/Beremiz.py	Mon May 21 02:01:51 2012 +0200
+++ b/Beremiz.py	Mon May 21 02:49:53 2012 +0200
@@ -149,7 +149,7 @@
     # Load extensions
     for extfilename in extensions:
         sys.path.append(os.path.split(os.path.realpath(extfilename))[0])
-        execfile(a, locals())
+        execfile(extfilename, locals())
 
 import wx.lib.buttons, wx.lib.statbmp
 from util.TextCtrlAutoComplete import TextCtrlAutoComplete
diff -r 944e58c00ca5 -r 7b421e080636 ProjectController.py
--- a/ProjectController.py	Mon May 21 02:01:51 2012 +0200
+++ b/ProjectController.py	Mon May 21 02:49:53 2012 +0200
@@ -1,7 +1,6 @@
 """
 Beremiz Project Controller 
 """
-
 import os,sys,traceback
 import time
 import features
diff -r 944e58c00ca5 -r 7b421e080636 svgui/svgui.py
--- a/svgui/svgui.py	Mon May 21 02:01:51 2012 +0200
+++ b/svgui/svgui.py	Mon May 21 02:49:53 2012 +0200
@@ -4,7 +4,7 @@
 from pyjs import translate
 
 from POULibrary import POULibrary
-from docutils import *
+from docutil import open_svg
 
 class SVGUILibrary(POULibrary):
     def GetLibraryPath(self):