ldapcherry/ldapcherry/backend
kakwa baa3430e63 fix test and exception handling in code
With python 2 it was possible to do exception[0][...] to recover
details about an exception.
It's no longer authorized with python 3.
Now, we must do something like exception.args or exception.urls.
fortunately this syntax also works with python 2.
So we use it for both.
2019-02-09 17:12:39 +01:00
..
__init__.py making Backend skeleton a child class of object 2015-07-28 20:32:46 +02:00
backendAD.py add some python 3 support in the LDAP and AD backends 2019-02-09 16:08:18 +01:00
backendDemo.py pep8 2019-02-07 20:16:39 +01:00
backendLdap.py fix test and exception handling in code 2019-02-09 17:12:39 +01:00