Removed empty init
This commit is contained in:
@@ -210,10 +210,8 @@ class LibvirtConnTestCase(test.TestCase):
|
|||||||
connection.LibvirtConnection._conn = fake
|
connection.LibvirtConnection._conn = fake
|
||||||
|
|
||||||
def fake_lookup(self, instance_name):
|
def fake_lookup(self, instance_name):
|
||||||
class FakeVirtDomain(object):
|
|
||||||
|
|
||||||
def __init__(self):
|
class FakeVirtDomain(object):
|
||||||
pass
|
|
||||||
|
|
||||||
def snapshotCreateXML(self, *args):
|
def snapshotCreateXML(self, *args):
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user