- fixed imports in all TclCommands
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from ObjectCollection import *
|
||||
from tclCommands.TclCommand import TclCommand
|
||||
|
||||
import collections
|
||||
|
||||
|
||||
class TclCommandExportSVG(TclCommand):
|
||||
"""
|
||||
@@ -47,6 +48,4 @@ class TclCommandExportSVG(TclCommand):
|
||||
:return:
|
||||
"""
|
||||
|
||||
name = args['name']
|
||||
|
||||
self.app.export_svg(**args)
|
||||
|
||||
Reference in New Issue
Block a user