Add missing blank line in soc.logic.rights module.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- 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.
"""