from __future__ import absolute_import
import NAME
import ldap
python-ldap
also cleant up a bit the import towards PEP8: builtin modules first, then 3rd party python packages, then local packages
WIP commit. Changed routes to POST/PUT/DELETE on page name endpoint to be more RESTful. Check wiki dir permissions Add comments Add dummy favicon, robots.txt, humans.txt Remove create.html (wasn't being used) Fix version command