- fixed imports in all TclCommands
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from camlib import *
|
||||
from tclCommands.TclCommand import TclCommandSignaled
|
||||
|
||||
import collections
|
||||
from camlib import Geometry
|
||||
|
||||
|
||||
class TclCommandImportSvg(TclCommandSignaled):
|
||||
"""
|
||||
@@ -78,4 +80,3 @@ class TclCommandImportSvg(TclCommandSignaled):
|
||||
|
||||
# GUI feedback
|
||||
self.app.inform.emit("Opened: " + filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user