diff options
author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-23 11:40:09 -0700 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-23 11:40:09 -0700 |
commit | 44a3fe22d72f7359f57e7eb9ce443c974391991c (patch) | |
tree | 6168fa797124a6d54c3f58610aa8eab0b89c3eda /nova/manager.py | |
parent | 4f2edd43ca2c4a175b4d9dce23ae9e28941122e2 (diff) | |
download | nova-44a3fe22d72f7359f57e7eb9ce443c974391991c.tar.gz nova-44a3fe22d72f7359f57e7eb9ce443c974391991c.tar.xz nova-44a3fe22d72f7359f57e7eb9ce443c974391991c.zip |
fixed a couple of typos
Diffstat (limited to 'nova/manager.py')
-rw-r--r-- | nova/manager.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/manager.py b/nova/manager.py index b7b97bced..65300354b 100644 --- a/nova/manager.py +++ b/nova/manager.py @@ -40,7 +40,8 @@ class Manager(object): 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 |