mirror of
https://github.com/certbot/certbot.git
synced 2026-02-19 02:28:06 -05:00
When attempting to import any module that uses
zope.interface.classProvides in Python 3, a TypeError is raised; it
reads:
TypeError: Class advice impossible in Python3. Use the @provider
class decorator instead.
Following the listed advice seems to function in Python 3.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| common_test.py | ||
| disco.py | ||
| disco_test.py | ||
| manual.py | ||
| manual_test.py | ||
| null.py | ||
| null_test.py | ||
| standalone.py | ||
| standalone_test.py | ||
| util.py | ||
| util_test.py | ||
| webroot.py | ||
| webroot_test.py | ||