diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-06-07 10:47:29 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-06-07 10:47:29 -0400 |
| commit | 8747611e4bd69b6da204b2c021fd5400c961db1d (patch) | |
| tree | 54830aa155f1c2926f0d54ea70288f1c019269dc | |
| parent | 9fca0b2156f1e7f3d007916ef18b2ed9fbc761df (diff) | |
| download | nova-8747611e4bd69b6da204b2c021fd5400c961db1d.tar.gz nova-8747611e4bd69b6da204b2c021fd5400c961db1d.tar.xz nova-8747611e4bd69b6da204b2c021fd5400c961db1d.zip | |
Removed empty init
| -rw-r--r-- | nova/tests/test_libvirt.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index d0bdaa738..8b4183164 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -210,10 +210,8 @@ class LibvirtConnTestCase(test.TestCase): connection.LibvirtConnection._conn = fake def fake_lookup(self, instance_name): - class FakeVirtDomain(object): - def __init__(self): - pass + class FakeVirtDomain(object): def snapshotCreateXML(self, *args): return None |
