summaryrefslogtreecommitdiffstats
path: root/install/wsgi/plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* Add absolute_import future importsStanislav Laznicka2018-04-201-0/+1
| | | | | | | | | Add absolute_import from __future__ so that pylint does not fail and to achieve python3 behavior in python2. Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
* logging: do not log into the root loggerJan Cholasta2017-07-141-2/+5
| | | | | | | Deprecate `ipa_log_manager.root_logger` and replace all calls to it with module-level logger calls. Reviewed-By: Martin Basti <mbasti@redhat.com>
* wsgi plugins: mod_wsgi expects bytes as an outputStanislav Laznicka2017-06-271-2/+4
| | | | | | | | | python3-mod_wsgi expects that the application() method returns bytes otherwise it breaks. https://pagure.io/freeipa/issue/4985 Reviewed-By: Martin Basti <mbasti@redhat.com>
* Modernize 'except' clausesPetr Viktorin2015-08-121-1/+1
| | | | | | | The 'as' syntax works from Python 2 on, and Python 3 will drop the "comma" syntax. Reviewed-By: Tomas Babej <tbabej@redhat.com>
* Remove trivial path constants from modulesGabe2014-11-041-4/+2
| | | | | | https://fedorahosted.org/freeipa/ticket/4399 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
| | | | | | https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Generate plugin index dynamicallyPetr Vobornik2013-05-061-0/+54
https://fedorahosted.org/freeipa/ticket/3235