Fixed unused imports

Fixed all unused imports errors.
This commit is contained in:
Marta Marczykowska-Górecka 2017-11-06 21:29:06 +01:00
parent 77038af719
commit eaccc323fb
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B
6 changed files with 0 additions and 26 deletions

View File

@ -19,18 +19,9 @@
#
#
import os
import subprocess
import sys
import time
from operator import itemgetter
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from pyinotify import WatchManager, Notifier, ThreadedNotifier, EventsCodes, ProcessEvent
import qubesmanager.resources_rc
# TODO description in tooltip
# TODO icon

View File

@ -21,7 +21,6 @@
#
#
import os
import sys
import threading
import time
@ -33,8 +32,6 @@ from PyQt4.QtGui import *
import qubesadmin
import qubesadmin.tools
import qubesmanager.resources_rc
from . import utils
from .ui_newappvmdlg import Ui_NewVMDlg

View File

@ -19,11 +19,7 @@
#
import datetime
import ipaddress
import os
import re
import sys
import xml.etree.ElementTree
from PyQt4.QtCore import *
from PyQt4.QtGui import *

View File

@ -1,4 +1,3 @@
import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from .ui_multiselectwidget import *

View File

@ -24,28 +24,20 @@
import collections
import copy
import os
import os.path
import subprocess
import sys
import threading
import time
import traceback
import qubesadmin
import qubesadmin.tools
from . import utils
from . import multiselectwidget
from . import thread_monitor
from .appmenu_select import AppmenuSelectManager
from .backup_utils import get_path_for_vm
from . import firewall
from . import ui_settingsdlg
from .bootfromdevice import main as bootfromdevice
class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, firewall.QDialog):
tabs_indices = collections.OrderedDict((

View File

@ -20,7 +20,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import functools
import os
import re
import qubesadmin