core3 move: class QubesException
This commit is contained in:
parent
65595e3b39
commit
e1a6fb2859
@ -125,9 +125,6 @@ defaults = {
|
|||||||
qubes_max_qid = 254
|
qubes_max_qid = 254
|
||||||
qubes_max_netid = 254
|
qubes_max_netid = 254
|
||||||
|
|
||||||
class QubesException (Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class QubesVMMConnection(object):
|
class QubesVMMConnection(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._libvirt_conn = None
|
self._libvirt_conn = None
|
||||||
|
@ -10,3 +10,7 @@ __version__ = 'R3'
|
|||||||
|
|
||||||
import qubes._pluginloader
|
import qubes._pluginloader
|
||||||
|
|
||||||
|
class QubesException(Exception):
|
||||||
|
'''Exception that can be shown to the user'''
|
||||||
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user