mirror of
https://github.com/certbot/certbot.git
synced 2026-05-04 17:25:37 -04:00
When attempting to import any module that uses zope.interface.implements
in Python 3, a TypeError is raised; it reads:
TypeError: Class advice impossible in Python3. Use the @implementer
class decorator instead.
Following the listed advice seems to function in Python 3.
|
||
|---|---|---|
| .. | ||
| augeas_lens | ||
| tests | ||
| __init__.py | ||
| augeas_configurator.py | ||
| centos-options-ssl-apache.conf | ||
| configurator.py | ||
| constants.py | ||
| display_ops.py | ||
| obj.py | ||
| options-ssl-apache.conf | ||
| parser.py | ||
| tls_sni_01.py | ||