Remove unused imports

This commit is contained in:
Marek Marczykowski-Górecki 2015-07-23 07:34:30 +02:00
parent 0724e37e3c
commit d2a4dd810b
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -21,30 +21,15 @@
#
#
import sys
import os
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qubes.qubes import QubesVmCollection
from qubes.qubes import QubesVmLabels
from qubes.qubes import QubesException
from qubes.qubes import QubesDaemonPidfile
from qubes.qubes import QubesHost
from qubes.qubes import system_path
import qubesmanager.resources_rc
from pyinotify import WatchManager, Notifier, ThreadedNotifier, EventsCodes, ProcessEvent
import subprocess
import time
import threading
from operator import itemgetter
from copy import copy
from ui_settingsdlg import *
from multiselectwidget import *
from appmenu_select import *
from firewall import *
from backup_utils import get_path_for_vm