lgtm: removes unused imports in Python scripts

This commit is contained in:
wmayer
2022-03-20 23:00:55 +01:00
parent bec723ba17
commit cf7fd5d2ac
17 changed files with 16 additions and 28 deletions

View File

@@ -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)