1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-16 23:59:51 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
kakwa
3d6e24eb73 pep8 2019-02-07 20:16:39 +01:00
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
kakwa
1985408324 better exceptions handling for demo backend 2015-10-20 22:17:00 +02:00
kakwa
3f9e76908e adding a demo backend 2015-08-09 18:49:44 +02:00