1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-29 15:18:04 +02:00
Go to file
kakwa 90ff69586b remove deprecation warning for html escape
in python 2, (html) escape is part of the cgi module
in python 3, it's part of the html module

we now do a conditional import depending on the version, and name the
function html_escape.
2019-02-09 16:29:16 +01:00
conf adding example for unix socket in defautl conf 2017-06-09 23:24:20 +02:00
docs remove duplicated import in docs conf.py 2017-06-12 19:47:43 +02:00
goodies add a small script to generate a local dev config 2019-02-06 22:30:59 +01:00
ldapcherry remove deprecation warning for html escape 2019-02-09 16:29:16 +01:00
misc fix some errors in unused code 2017-01-31 20:59:49 +01:00
resources switch to using lists in templates 2019-02-06 22:26:46 +01:00
tests fix behavior of get_attributes() 2019-02-09 16:22:42 +01:00
.gitignore add an ignore on the local dev conf file 2019-02-06 23:03:55 +01:00
.travis.yml cleanup in travis file 2019-02-07 22:59:57 +01:00
ChangeLog.rst changelog 2019-02-08 20:47:15 +01:00
LICENSE Initial commit 2014-06-02 19:46:14 +02:00
MANIFEST.in adding manifest 2015-11-03 22:24:27 +01:00
README.rst Update README.rst 2018-02-07 19:54:23 +01:00
requirements-el7.txt add requirements files for simulating RHEL 7 and Debian 9 2019-02-07 22:07:28 +01:00
requirements-stretch.txt add requirements files for simulating RHEL 7 and Debian 9 2019-02-07 22:07:28 +01:00
requirements.txt changing install order 2015-07-20 00:11:48 +02:00
run_test.sh pretier and cleaner run_test.sh 2015-07-31 20:30:04 +02:00
setup.py limit cherrypy to < 18.0.0 in setup.py 2019-02-09 12:12:24 +01:00