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).
1 parent 6952661 commit 74dc6c58941b61f838ee4e9cfcbc25df3c7b86c7
@kakwa kakwa authored on 7 Feb 2019
Showing 5 changed files
View
ldapcherry/__init__.py
View
ldapcherry/attributes.py
View
ldapcherry/backend/backendDemo.py
View
ldapcherry/backend/backendLdap.py
View
ldapcherry/roles.py