svgui/svgui.py
changeset 731 4fc681ed0c61
parent 728 e0424e96e3fd
child 734 5c42cafaee15
equal deleted inserted replaced
730:4480b7da6bea 731:4fc681ed0c61
     5 
     5 
     6 from POULibrary import POULibrary
     6 from POULibrary import POULibrary
     7 from docutils import *
     7 from docutils import *
     8 
     8 
     9 class SVGUILibrary(POULibrary):
     9 class SVGUILibrary(POULibrary):
    10     def GetName(self):
       
    11         return "SVGUI"
       
    12     def GetLibraryPath(self):
    10     def GetLibraryPath(self):
    13         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
    11         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
    14 
    12 
    15 class SVGUI:
    13 class SVGUI:
    16 
    14