Refactor authz
[invirt/packages/invirt-base.git] / python / invirt / authz.py
2019-12-21  Ben SteffenRefactor authz 2to3
2019-11-26  Ben SteffenMake authz use new config interface
2019-11-26  Ben SteffenRemove spurious newline
2019-11-26  Ben SteffenRemove __all__ assignment that doesn't do anything
2019-11-26  Ben SteffenFormat function names according to Pylint
2019-11-26  Ben SteffenRemove __future__ imports
2019-11-26  Ben SteffenNormalize module docstring format
2019-11-25  Ben SteffenRun python-modernize fixers
2010-02-05  Evan BroderSelect an authz module using setuptools' entry points...