Some trivial code cleanup.
This commit is contained in:
parent
d422cccad9
commit
d56f26b5d6
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
from core.netns import nodes
|
from core.netns import nodes
|
||||||
from xml.dom.minidom import parse
|
from xml.dom.minidom import parse
|
||||||
from xml.dom.minidom import Document
|
|
||||||
from xmlutils import *
|
from xmlutils import *
|
||||||
|
|
||||||
class CoreDocumentParser1(object):
|
class CoreDocumentParser1(object):
|
||||||
|
|
|
@ -208,7 +208,7 @@ proc openFile { filename } {
|
||||||
close $fileId
|
close $fileId
|
||||||
|
|
||||||
loadCfg $cfg
|
loadCfg $cfg
|
||||||
switchCanvas none;
|
switchCanvas none
|
||||||
set undolog(0) $cfg
|
set undolog(0) $cfg
|
||||||
set activetool select
|
set activetool select
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue