diff -r 1460273f40ed -r 5743cbdff669 c_ext/CFileEditor.py --- a/c_ext/CFileEditor.py Wed Sep 05 11:17:52 2012 +0200 +++ b/c_ext/CFileEditor.py Fri Sep 07 16:45:55 2012 +0200 @@ -6,8 +6,8 @@ import wx.lib.buttons from controls import CustomGrid, CustomTable -from ConfTreeNodeEditor import ConfTreeNodeEditor -from utils.BitmapLibrary import GetBitmap +from editors.ConfTreeNodeEditor import ConfTreeNodeEditor +from util.BitmapLibrary import GetBitmap if wx.Platform == '__WXMSW__': faces = { 'times': 'Times New Roman',