]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/ldapauth/__init__.py
make {% comments %} template tag decoratable and add ability to attach additional...
[osqa.git] / forum_modules / ldapauth / __init__.py
1 try:
2     import ldap
3     CAN_USE = True
4 except:
5     CAN_USE = False