spring cleaning part 4
remove old imports
This commit is contained in:
parent
64913fd968
commit
f5d83d31dd
@ -25,11 +25,6 @@ import os
|
|||||||
from PyQt4.QtCore import *
|
from PyQt4.QtCore import *
|
||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
|
|
||||||
from qubes.qubes import QubesVmCollection
|
|
||||||
from qubes.qubes import QubesException
|
|
||||||
from qubes.qubes import QubesDaemonPidfile
|
|
||||||
from qubes.qubes import QubesHost
|
|
||||||
|
|
||||||
import qubesmanager.resources_rc
|
import qubesmanager.resources_rc
|
||||||
|
|
||||||
from pyinotify import WatchManager, Notifier, ThreadedNotifier, EventsCodes, ProcessEvent
|
from pyinotify import WatchManager, Notifier, ThreadedNotifier, EventsCodes, ProcessEvent
|
||||||
|
@ -27,7 +27,6 @@ from PyQt4.QtGui import *
|
|||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
from qubes.qubes import QubesException
|
|
||||||
|
|
||||||
from thread_monitor import *
|
from thread_monitor import *
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ import os
|
|||||||
import fcntl
|
import fcntl
|
||||||
from math import log
|
from math import log
|
||||||
|
|
||||||
from qubes.qubes import QubesException
|
|
||||||
from PyQt4.QtGui import QApplication
|
from PyQt4.QtGui import QApplication
|
||||||
|
|
||||||
APPVIEWER_LOCK = "/var/run/qubes/appviewer.lock"
|
APPVIEWER_LOCK = "/var/run/qubes/appviewer.lock"
|
||||||
|
@ -28,10 +28,6 @@ from PyQt4.QtCore import *
|
|||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
from qubes.qubes import QubesVmCollection
|
|
||||||
from qubes.qubes import QubesException
|
|
||||||
from qubes.qubes import dry_run
|
|
||||||
|
|
||||||
import ui_newfwruledlg
|
import ui_newfwruledlg
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user