summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
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