From dc42d610e3cb2c06b79bc4c7a7a05ea3c19cca05 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Wed, 4 Mar 2009 21:14:19 +0000 Subject: [PATCH] Fix too long lines in soc.logic.models.org_admin module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed --- app/soc/logic/models/org_admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/soc/logic/models/org_admin.py b/app/soc/logic/models/org_admin.py index e784d897..14ca5795 100644 --- a/app/soc/logic/models/org_admin.py +++ b/app/soc/logic/models/org_admin.py @@ -42,7 +42,8 @@ class Logic(role.Logic): scope_logic=scope_logic) def _onCreate(self, entity): - """Marks the Organization for this Org Admin as active if it's status is new. + """Marks the Organization for this Org Admin as active + if it's status is new. """ org_entity = entity.scope -- 2.11.4.GIT