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 |
|
Chase Sterling
|
533e52945d
|
Disallow _private methods to be hooked
|
2016-07-13 21:05:49 -04:00 |
|
Chase Sterling
|
eafff2ae43
|
Cause an error when trying to hook invalid HookMixin method
|
2016-07-08 21:30:20 -04:00 |
|
Chase Sterling
|
c0a4e6b480
|
Pass self to HookMixin hooks
|
2016-07-08 02:10:26 -04:00 |
|
scragg
|
312c61ef61
|
search module, wip
|
2014-11-10 10:54:46 -06:00 |
|
Matthew Scragg
|
38e5ef85c0
|
use application factory, WIP
|
2014-10-21 16:06:27 -05:00 |
|
Matthew Scragg
|
98d82f06a8
|
hook WIP
|
2014-10-08 22:42:29 -05:00 |
|