py_ext/py_ext.py
changeset 731 4fc681ed0c61
parent 728 e0424e96e3fd
child 738 413946c04c87
--- a/py_ext/py_ext.py	Fri May 18 18:50:49 2012 +0200
+++ b/py_ext/py_ext.py	Sat May 19 12:41:48 2012 +0200
@@ -3,9 +3,6 @@
 from PythonFileCTNMixin import PythonFileCTNMixin
 
 class PythonLibrary(POULibrary):
-    def GetName(self):
-        return "Python"
-
     def GetLibraryPath(self):
         return os.path.join(os.path.split(__file__)[0], "pous.xml")