summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-08-19 13:54:18 +0200
committerSoren Hansen <soren@linux2go.dk>2011-08-19 13:54:18 +0200
commitd1f5d1fae10bb8a1d0e445ec2b9153542eb025f4 (patch)
treea74e293d62e03839a2a7f7a07ceb762f3ebff8e1
parenta2c7e0f7fc6e25828ab32f133965b300e37d9264 (diff)
pep8
-rw-r--r--nova/virt/driver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py
index 6d3af7e0a..93290aba7 100644
--- a/nova/virt/driver.py
+++ b/nova/virt/driver.py
@@ -565,4 +565,3 @@ class ComputeDriver(object):
Note that this function takes an instance ID.
"""
raise NotImplementedError()
-