summaryrefslogtreecommitdiffstats
path: root/nova/objects/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/objects/base.py')
-rw-r--r--nova/objects/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/objects/base.py b/nova/objects/base.py
index 625dd48d1..09d59b772 100644
--- a/nova/objects/base.py
+++ b/nova/objects/base.py
@@ -190,7 +190,8 @@ class NovaObject(object):
@classmethod
def obj_name(cls):
"""Return a canonical name for this object which will be used over
- the wire for remote hydration."""
+ the wire for remote hydration.
+ """
return cls.__name__
@classmethod