1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-06 11:07:47 +02:00
ldapcherry/ldapcherry/backend
kakwa 74dc6c5894 various changes to support python3
* changes in urllib imports since quote_plus in urllib with python 2 and
in urllib.parse in python 3
* changes in imports for Sets since set is a native type in python 3 and
doesn't requires an import
* fix in __import__, '-1' level for module path discovery is not supported
anymore, switching to 0 (absolute import only).
2019-02-06 22:32:40 +01:00
..
__init__.py making Backend skeleton a child class of object 2015-07-28 20:32:46 +02:00
backendAD.py fix setup.py 2017-04-06 20:58:20 +02:00
backendDemo.py various changes to support python3 2019-02-06 22:32:40 +01:00
backendLdap.py various changes to support python3 2019-02-06 22:32:40 +01:00