- fixed imports in all TclCommands
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from ObjectCollection import *
|
||||
from tclCommands.TclCommand import TclCommand
|
||||
|
||||
import collections
|
||||
|
||||
|
||||
class TclCommandGetSys(TclCommand):
|
||||
"""
|
||||
@@ -54,4 +55,3 @@ class TclCommandGetSys(TclCommand):
|
||||
|
||||
if name in self.app.defaults:
|
||||
return self.app.defaults[name]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user