diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-08-19 13:54:18 +0200 |
|---|---|---|
| committer | Soren Hansen <soren@linux2go.dk> | 2011-08-19 13:54:18 +0200 |
| commit | d1f5d1fae10bb8a1d0e445ec2b9153542eb025f4 (patch) | |
| tree | a74e293d62e03839a2a7f7a07ceb762f3ebff8e1 | |
| parent | a2c7e0f7fc6e25828ab32f133965b300e37d9264 (diff) | |
pep8
| -rw-r--r-- | nova/virt/driver.py | 1 |
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() - |
