[go: up one dir, main page]

Menu

[r887]: / gui / data.py  Maximize  Restore  History

Download this file

13 lines (12 with data), 216 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
global treePanel
global wordPanel
global sequencePanel
global livePanel
global patterns
global xmlformatter
treePanel = None
wordPanel = None
sequencePanel = None
livePanel = None
patterns = None
xmlformatter = None