summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiradeep Vittal <chiradeep@chiradeep-lt2>2011-01-04 16:21:27 -0800
committerChiradeep Vittal <chiradeep@chiradeep-lt2>2011-01-04 16:21:27 -0800
commitf7543cdf973f4ddb5718255e9671530fc98fc756 (patch)
tree46f3fb4ba3a37b602eb34113c7384fe96427d8f0
parent7924b211f23dcd687612b32341e2be0b57fd386e (diff)
need one more newline
-rw-r--r--nova/tests/hyperv_unittest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/hyperv_unittest.py b/nova/tests/hyperv_unittest.py
index 27a41f19e..7044db43c 100644
--- a/nova/tests/hyperv_unittest.py
+++ b/nova/tests/hyperv_unittest.py
@@ -28,6 +28,7 @@ from nova.virt import hyperv
FLAGS = flags.FLAGS
FLAGS.connection_type = 'hyperv'
+
class HyperVTestCase(test.TrialTestCase):
"""Test cases for the Hyper-V driver"""
def setUp(self): # pylint: disable-msg=C0103