mirror of
https://github.com/certbot/certbot.git
synced 2026-03-03 05:40:46 -05: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.
|
||
|---|---|---|
| .. | ||
| docs | ||
| letsencrypt_compatibility_test | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.rst | ||
| readthedocs.org.requirements.txt | ||
| setup.py | ||
Compatibility tests for Let's Encrypt client