diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-09-19 15:23:52 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-09-19 15:23:52 -0700 |
| commit | 83023c3035746f296fd024b282c355e8499770f1 (patch) | |
| tree | 94fbb90574950d5fda0bd8b2383b8f8f842da333 /nova | |
| parent | b0ca3a42995cc25852420083e431c3be5071d221 (diff) | |
fix unrelated pep8 issue in trunk
Diffstat (limited to 'nova')
| -rwxr-xr-x | nova/network/linux_net.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py index 2f9805fa3..9bf98fc27 100755 --- a/nova/network/linux_net.py +++ b/nova/network/linux_net.py @@ -824,7 +824,6 @@ class LinuxNetInterfaceDriver(object): raise NotImplementedError() - # plugs interfaces using Linux Bridge class LinuxBridgeInterfaceDriver(LinuxNetInterfaceDriver): |
