- fixed imports in all TclCommands
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from tclCommands.TclCommand import TclCommand
|
||||
from ObjectCollection import *
|
||||
|
||||
from camlib import get_bounds
|
||||
import collections
|
||||
import logging
|
||||
|
||||
import gettext
|
||||
import FlatCAMTranslation as fcTranslate
|
||||
@@ -11,6 +10,7 @@ fcTranslate.apply_language('strings')
|
||||
if '_' not in builtins.__dict__:
|
||||
_ = gettext.gettext
|
||||
|
||||
log = logging.getLogger('base')
|
||||
|
||||
class TclCommandBounds(TclCommand):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user