Fixed too long lines and deleted unused imports in id_user.py.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 18 Sep 2008 23:07:06 +0000
changeset 166 4d2cbd0ea977
parent 165 883acaa416fd
child 167 13e438623ded
Fixed too long lines and deleted unused imports in id_user.py.
app/soc/logic/site/id_user.py
--- a/app/soc/logic/site/id_user.py	Thu Sep 18 22:14:06 2008 +0000
+++ b/app/soc/logic/site/id_user.py	Thu Sep 18 23:07:06 2008 +0000
@@ -23,7 +23,6 @@
 
 
 import re
-import logging
 
 from google.appengine.api import users
 from google.appengine.ext import db
@@ -136,7 +135,7 @@
     return False
     
 def isIdUser(id=None):
-  """Returns True if a Google Account has it's soc.models.user.User entity in datastore.
+  """Returns True if a Google Account has it's User entity in datastore.
 
   Args:
     id: a Google Account (users.User) object; if id is not supplied,