From b12ae1a719c9d669466aeaa677932748bac3af19 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Wed, 4 Mar 2009 21:12:36 +0000 Subject: [PATCH] Fix too long lines in soc.models.ranker_root module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed --- app/soc/models/ranker_root.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/soc/models/ranker_root.py b/app/soc/models/ranker_root.py index f3535a52..3be8133a 100644 --- a/app/soc/models/ranker_root.py +++ b/app/soc/models/ranker_root.py @@ -28,7 +28,8 @@ import soc.models.linkable class RankerRoot(soc.models.linkable.Linkable): - """Links the Root of a RankList tree to an owner and also gives it an unique ID. + """Links the Root of a RankList tree to an owner and also + gives it an unique ID. """ #: A required reference property to the root of the RankList tree -- 2.11.4.GIT