svgui/svgui.py
changeset 731 4fc681ed0c61
parent 728 e0424e96e3fd
child 734 5c42cafaee15
--- a/svgui/svgui.py	Fri May 18 18:50:49 2012 +0200
+++ b/svgui/svgui.py	Sat May 19 12:41:48 2012 +0200
@@ -7,8 +7,6 @@
 from docutils import *
 
 class SVGUILibrary(POULibrary):
-    def GetName(self):
-        return "SVGUI"
     def GetLibraryPath(self):
         return os.path.join(os.path.split(__file__)[0], "pous.xml")