- 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 TclCommandVersion(TclCommand):
|
||||
"""
|
||||
@@ -44,4 +45,3 @@ class TclCommandVersion(TclCommand):
|
||||
"""
|
||||
|
||||
self.app.version_check()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user