stef
|
6a043f4a7d
|
more readable imports
|
2016-09-05 01:30:37 +02:00 |
|
stef
|
2731531768
|
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.
also cleant up a bit the import towards PEP8: builtin modules first, then 3rd party python packages, then local packages
|
2016-09-05 01:29:29 +02:00 |
|
Chase Sterling
|
36d3fb7215
|
Fix some deprecation warnings with newer flask version
|
2016-07-14 17:59:08 -04:00 |
|
Matthew Scragg
|
e9709b6c8f
|
ldap second pass, working state
|
2015-10-15 15:55:38 -05:00 |
|
Matthew Scragg
|
3c2f4a0445
|
first pass, non-working
|
2015-10-13 22:52:30 -05:00 |
|