Add missing blank line in soc.logic.rights module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 15 Feb 2009 18:55:48 +0000
changeset 1353 14a024c71415
parent 1352 4f118840617f
child 1354 aba2beea6dfa
Add missing blank line in soc.logic.rights module. Patch by: Pawel Solyga Review by: to-be-reviewed
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.
   """