diff -r 4480b7da6bea -r 4fc681ed0c61 py_ext/py_ext.py --- 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")