summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
authorEric Day <eday@oddments.org>2010-10-21 11:49:51 -0700
committerEric Day <eday@oddments.org>2010-10-21 11:49:51 -0700
commite012a2b73725bded6d4ac39747d57affda545770 (patch)
tree3c675423e1d7f5b187b70723bf0d02b3f1e5d1b5 /nova/manager.py
parent3e3407f2e4f44e7f717bba94219bb0023695fc4d (diff)
downloadnova-e012a2b73725bded6d4ac39747d57affda545770.tar.gz
nova-e012a2b73725bded6d4ac39747d57affda545770.tar.xz
nova-e012a2b73725bded6d4ac39747d57affda545770.zip
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.
Diffstat (limited to 'nova/manager.py')
-rw-r--r--nova/manager.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/nova/manager.py b/nova/manager.py
index 56ba7d3f6..4244b2db4 100644
--- a/nova/manager.py
+++ b/nova/manager.py
@@ -45,8 +45,6 @@ class Manager(object):
yield
def init_host(self):
- """Do any initialization that needs to be run if this is a standalone service.
-
- Child classes should override this method.
- """
- pass
+ """Do any initialization that needs to be run if this is a standalone
+ service. Child classes should override this method."""
+ pass