c_ext/CFileEditor.py
changeset 814 5743cbdff669
parent 801 435e49e80832
child 848 fe9504c4104e
--- 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',