def IsInternalUser():
     return bool(utils.GetCachedIsInternalUser(utils.GetEmail()))
 def IsInternalUser():
     username = users.get_current_user()
     return bool(utils.GetCachedIsInternalUser(username))