projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Users should be warned before getting their karma points decreased to certain values...
[osqa.git]
/
forum_modules
/
openidauth
/
__init__.py
1
try:
2
import openid
3
CAN_USE = True
4
except:
5
CAN_USE = False