mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
baa3430e63
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. |
||
---|---|---|
.. | ||
cfg | ||
test_env | ||
disable.py | ||
html_validator.py | ||
test_Attributes.py | ||
test_BackendAD.py | ||
test_BackendDemo.py | ||
test_BackendLdap.py | ||
test_LdapCherry.py | ||
test_Roles.py |