summaryrefslogtreecommitdiffstats
path: root/nova/objects
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-08 13:18:51 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-12 22:07:23 +0200
commit1bf87dda57b076e042301eeafa966283265d08cf (patch)
tree103b0d02f296210ca95f1ed117347ab5d2c948b2 /nova/objects
parent957bd5c780c83243c750c22925e8f61f683f2b03 (diff)
downloadnova-1bf87dda57b076e042301eeafa966283265d08cf.tar.gz
nova-1bf87dda57b076e042301eeafa966283265d08cf.tar.xz
nova-1bf87dda57b076e042301eeafa966283265d08cf.zip
Fix and enable H403 tests
Multi-line doc-strings should end on a new, separate line. Change-Id: I4cf0cfe92b634ef77971863a4df41ef43531bc20
Diffstat (limited to 'nova/objects')
-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