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 |
|
Matthew Scragg
|
6c7095ec5a
|
updated dockerfile, spacing adjustments
|
2014-11-17 11:25:26 -06:00 |
|
Matthew Scragg
|
863de00a14
|
Fix #33 bug, thinking all users are anon
Fix bug in vagrantfile
Fix bug in db create/drop
Fix typo in cli
|
2014-11-11 11:35:09 -06:00 |
|
Matthew Scragg
|
2d6f368ff1
|
fix #32
|
2014-10-30 17:59:19 -05: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 |
|
Matthew Scragg
|
86f0549e44
|
WIP
|
2014-08-30 10:06:12 -05:00 |
|