|
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). |
|---|
|
|
| ldapcherry/__init__.py |
|---|
| ldapcherry/attributes.py |
|---|
| ldapcherry/backend/backendDemo.py |
|---|
| ldapcherry/backend/backendLdap.py |
|---|
| ldapcherry/roles.py |
|---|