diff -r 7b421e080636 -r 413946c04c87 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Mon May 21 02:49:53 2012 +0200 +++ b/py_ext/PythonFileCTNMixin.py Mon May 21 10:04:27 2012 +0200 @@ -14,13 +14,6 @@ def __init__(self): - self.ConfNodeMethods.insert(0, - {"bitmap" : "editPYTHONcode", - "name" : _("Edit Python File"), - "tooltip" : _("Edit Python File"), - "method" : "_OpenView"}, - ) - filepath = self.PythonFileName() self.PythonCode = PythonClasses["Python"]()