diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-05-16 19:33:18 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-05-16 19:33:18 +0000 |
| commit | 428dc895a3495a4800e57162cd7db8d79013a414 (patch) | |
| tree | 9a5fa42bac67a8c328efd01bccba55e60bb5469a /nova/tests | |
| parent | 15ef81b2138afa4fd22e0926fcadf3acfb31f2c5 (diff) | |
PEP8 cleanups
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_ipv6.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_ipv6.py b/nova/tests/test_ipv6.py index 45b64cba8..11dc2ec98 100644 --- a/nova/tests/test_ipv6.py +++ b/nova/tests/test_ipv6.py @@ -27,6 +27,7 @@ FLAGS = flags.FLAGS import sys + class IPv6RFC2462TestCase(test.TestCase): """Unit tests for IPv6 rfc2462 backend operations.""" def setUp(self): |
