objdictgen/subindextable.py
changeset 206 6787754b251b
parent 205 dac0f9b4e3f8
child 237 5dcfc996e563
--- a/objdictgen/subindextable.py	Mon May 28 18:08:24 2007 +0200
+++ b/objdictgen/subindextable.py	Tue May 29 12:02:18 2007 +0200
@@ -28,6 +28,7 @@
 
 from types import *
 
+from node import OD_Subindex, OD_MultipleSubindexes, OD_IdenticalSubindexes, OD_IdenticalIndexes
 
 ColSizes = [75, 250, 150, 125, 100, 60, 250]
 ColAlignements = [wxALIGN_CENTER, wxALIGN_LEFT, wxALIGN_CENTER, wxALIGN_RIGHT, wxALIGN_CENTER, wxALIGN_CENTER, wxALIGN_LEFT]