This website requires JavaScript.
Explore
Help
Sign In
Personal
/
realms-wiki
Watch
1
Star
0
Fork
You've already forked realms-wiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
0675ad9c85
realms-wiki
/
realms
/
modules
History
Chase Sterling
0675ad9c85
Fix usage of is_anonymous as a method for new version of flask-login
2016-09-06 22:31:20 +02:00
..
auth
moving auth_proxy to hooks.py
2016-09-06 13:53:40 +02:00
search
flask 0.11 compatibility
2016-09-05 23:36:59 +02:00
wiki
Fix usage of is_anonymous as a method for new version of flask-login
2016-09-06 22:31:20 +02:00
__init__.py
systematic use of
from __future__ import absolute_import
. it eliminates
import NAME
confusion with very common names (eg.
import ldap
is very ambiguous: can be a ldap module from realms-wiki, a ldap module from flask-ldap-login, or
python-ldap
module.
2016-09-05 01:29:29 +02:00