lgtm: removes unused imports in Python scripts
This commit is contained in:
@@ -213,7 +213,7 @@ def InitApplications():
|
||||
subdirectory = workbench.Name if not workbench.Subdirectory else workbench.Subdirectory
|
||||
subdirectory = subdirectory.replace("/",os.path.sep)
|
||||
subdirectory = os.path.join(Dir, subdirectory)
|
||||
classname = workbench.Classname
|
||||
#classname = workbench.Classname
|
||||
sys.path.insert(0,subdirectory)
|
||||
PathExtension.append(subdirectory)
|
||||
RunInitPy(subdirectory)
|
||||
|
||||
Reference in New Issue
Block a user