AddonManager: removes unused imports
This patch removes all the unused imports in the AddonManager module as flagged by LGTM.
This commit is contained in:
@@ -26,14 +26,11 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
import stat
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
from PySide import QtGui, QtCore
|
||||
import AddonManager_rc
|
||||
import FreeCADGui
|
||||
|
||||
from addonmanager_utilities import translate # this needs to be as is for pylupdate
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
# License LGPL
|
||||
|
||||
import AddonManager
|
||||
import AddonManager_rc
|
||||
|
||||
FreeCADGui.addLanguagePath(":/translations")
|
||||
FreeCADGui.addCommand('Std_AddonMgr', AddonManager.CommandAddonManager())
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
import stat
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
from PySide import QtCore, QtGui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user