diff -r 1460273f40ed -r 5743cbdff669 py_ext/PythonEditor.py --- 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',