app/soc/views/models/user_self.py
changeset 1384 bb22ea156567
parent 1347 88dac688b673
child 1401 6d9f134ac531
--- a/app/soc/views/models/user_self.py	Tue Feb 17 20:15:43 2009 +0000
+++ b/app/soc/views/models/user_self.py	Tue Feb 17 20:34:01 2009 +0000
@@ -235,7 +235,6 @@
 
     user = user_logic.getForCurrentAccount()
 
-
     # only select the roles for the current user
     filter = {
         'link_id': user.link_id,