# HG changeset patch # User Pawel Solyga # Date 1234724148 0 # Node ID 14a024c7141561a982be20cb23b4228c563455bb # Parent 4f118840617f31a926f9566bb9eb0341968e53e1 Add missing blank line in soc.logic.rights module. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 4f118840617f -r 14a024c71415 app/soc/logic/rights.py --- a/app/soc/logic/rights.py Sun Feb 15 18:55:05 2009 +0000 +++ b/app/soc/logic/rights.py Sun Feb 15 18:55:48 2009 +0000 @@ -24,6 +24,7 @@ from soc.logic import dicts + class Checker(object): """Checker class that maps from prefix and status to membership. """