|
remove deprecation warning for html escape
in python 2, (html) escape is part of the cgi module in python 3, it's part of the html module we now do a conditional import depending on the version, and name the function html_escape. |
|---|
|
|
| ldapcherry/__init__.py |
|---|