summaryrefslogtreecommitdiffstats
path: root/askbot/deps/django_authopenid/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/deps/django_authopenid/models.py')
-rw-r--r--askbot/deps/django_authopenid/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/deps/django_authopenid/models.py b/askbot/deps/django_authopenid/models.py
index bc0e6ac4..b931f1e4 100644
--- a/askbot/deps/django_authopenid/models.py
+++ b/askbot/deps/django_authopenid/models.py
@@ -58,7 +58,7 @@ class UserAssociation(models.Model):
)
def __unicode__(self):
- return "Openid %s with user %s" % (self.openid_url, self.user)
+ return u"Openid %s with user %s" % (self.openid_url, self.user)
class UserPasswordQueueManager(models.Manager):
""" manager for UserPasswordQueue object """