Commit | Line | Data |
---|---|---|
40093367 | 1 | # To prevent loops limit to 5 minutes |
2 | cpulimit 300 | |
3 | ||
40093367 | 4 | if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } { |
5 | pload TOPTEST | |
6 | } | |
7 | ||
8 | if { [info exists imagedir] == 0 } { | |
9 | set imagedir . | |
10 | } | |
11 | ||
12 | if { [info exists test_image ] == 0 } { | |
13 | set test_image photo | |
14 | } |