]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/openidauth/__init__.py
Tried to fix OSQA 266, Emails sent from the cron job are not using the website locale.
[osqa.git] / forum_modules / openidauth / __init__.py
1 try:
2     import openid
3     CAN_USE = True
4 except:
5     CAN_USE = False