summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorBrian Lamar <brian.lamar@rackspace.com>2011-03-18 09:56:38 -0400
committerBrian Lamar <brian.lamar@rackspace.com>2011-03-18 09:56:38 -0400
commit204ec967ee46079fb95a18fcfb1167ff57458015 (patch)
treec7042ab96892bd2ae29293fb0056a7bca39e0ba0 /nova/tests
parent6e9a95fe81c389c672b5150d64749b274975f7bc (diff)
enable-msg -> enable
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/objectstore_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/objectstore_unittest.py b/nova/tests/objectstore_unittest.py
index 5d160bdf8..4e2ac205e 100644
--- a/nova/tests/objectstore_unittest.py
+++ b/nova/tests/objectstore_unittest.py
@@ -212,7 +212,7 @@ class S3APITestCase(test.TestCase):
# pylint: disable=E1101
self.listening_port = reactor.listenTCP(0, self.site,
interface='127.0.0.1')
- # pylint: enable-msg=E1101
+ # pylint: enable=E1101
self.tcp_port = self.listening_port.getHost().port
if not boto.config.has_section('Boto'):