diff -r e6ab5b0c2fda -r cd9bf163473c app/soc/logic/models/user.py --- a/app/soc/logic/models/user.py Sun Dec 14 00:51:03 2008 +0000 +++ b/app/soc/logic/models/user.py Mon Dec 15 00:21:26 2008 +0000 @@ -57,7 +57,7 @@ return False def getForCurrentAccount(self): - """Retrieves the user entity for the currently logged in account + """Retrieves the user entity for the currently logged in account. If there is no user logged in, or they have no associated User entity, None is returend.