Stephane Martin
|
45a1b1a7af
|
make imports absolute
|
2016-09-05 01:31:00 +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 |
|
Chase Sterling
|
fefbfcd503
|
Make temp dir handling in tests a bit more pythonic
(and let them work on Windows)
|
2016-07-05 20:29:36 -04:00 |
|
Matthew Scragg
|
6c7095ec5a
|
updated dockerfile, spacing adjustments
|
2014-11-17 11:25:26 -06:00 |
|
Matthew Scragg
|
bf3b3d3d74
|
added more tests
include img in manifest
disclaimer in root cli script
add blinker to dev tools
version file included in package
cli bug fixes
|
2014-10-22 15:38:32 -05:00 |
|
Matthew Scragg
|
38e5ef85c0
|
use application factory, WIP
|
2014-10-21 16:06:27 -05:00 |
|