ConfigTreeNode.py
changeset 743 4645a3a398ad
parent 741 382b2c848dac
child 744 bdab45f96aa0
--- a/ConfigTreeNode.py	Mon May 21 17:53:50 2012 +0200
+++ b/ConfigTreeNode.py	Mon May 21 18:56:44 2012 +0200
@@ -15,6 +15,7 @@
 from util import GetClassImporter
 
 from PLCControler import PLCControler, LOCATION_CONFNODE
+from ConfTreeNodeEditor import ConfTreeNodeEditor
 
 _BaseParamsClass = GenerateClassesFromXSDstring("""<?xml version="1.0" encoding="ISO-8859-1" ?>
         <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
@@ -39,7 +40,7 @@
     CTNMaxCount = None
     ConfNodeMethods = []
     LibraryControler = None
-    EditorType = None
+    EditorType = ConfTreeNodeEditor
     IconPath = None
     
     def _AddParamsMembers(self):