Fix bug when adding an entry to a node
authorLaurent Bessard
Mon, 18 Jun 2012 19:38:40 +0200
changeset 745 0bd84a528133
parent 744 bc1bbbb5ef71
child 746 3e16d9a121b8
Fix bug when adding an entry to a node
objdictgen/nodeeditor.py
--- a/objdictgen/nodeeditor.py	Mon Jun 18 19:37:30 2012 +0200
+++ b/objdictgen/nodeeditor.py	Mon Jun 18 19:38:40 2012 +0200
@@ -1,3 +1,5 @@
+from types import *
+
 import wx
 
 from node import OD_Subindex, OD_MultipleSubindexes, OD_IdenticalSubindexes, OD_IdenticalIndexes