certbot/letsencrypt-compatibility-test/letsencrypt_compatibility_test
Roy Wellington Ⅳ b6142c13d6 Change zope's implements to be a class decorator.
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.
2016-02-20 00:37:40 -08:00
..
configurators Change zope's implements to be a class decorator. 2016-02-20 00:37:40 -08:00
testdata Added simple confs and compatibility-test tarball 2015-11-30 21:09:40 -08:00
__init__.py Move compat testing files to subpkg directory. 2015-07-23 14:38:51 +00:00
errors.py Move compat testing files to subpkg directory. 2015-07-23 14:38:51 +00:00
interfaces.py Fix minor spelling errors in the code. 2015-09-05 22:35:34 -04:00
test_driver.py Move validator to compatibility-test — Refs #1997 2015-12-24 00:41:27 +01:00
util.py Set domains to None to satisfy sanity checks 2015-11-20 16:15:50 -08:00
validator.py Change zope's implements to be a class decorator. 2016-02-20 00:37:40 -08:00
validator_test.py Move validator to compatibility-test — Refs #1997 2015-12-24 00:41:27 +01:00