py_ext/PythonEditor.py
changeset 814 5743cbdff669
parent 753 05502e574589
child 920 1499a4d225db
--- a/py_ext/PythonEditor.py	Wed Sep 05 11:17:52 2012 +0200
+++ b/py_ext/PythonEditor.py	Fri Sep 07 16:45:55 2012 +0200
@@ -3,7 +3,7 @@
 import wx.stc  as  stc
 import keyword
 
-from ConfTreeNodeEditor import ConfTreeNodeEditor
+from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
 
 if wx.Platform == '__WXMSW__':
     faces = { 'times': 'Times New Roman',