13 Commits
Author SHA1 Message Date
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
Sachi King 16c8125045 Use print_function not print_statement
Change the print statements used into print functions.

The print satement is not valid in Python 3, however the print function
is valid in at least 2.6+.
2015-12-07 22:12:41 +13:00
Brad Warren 4da0e17255 Added message and changed reporter interface 2015-09-28 15:45:31 -07:00
Brad Warren 2015811a6c Incorporated Kuba's feedback 2015-09-26 12:18:32 -07:00
Brad Warren fe810020c4 Made error logging entries red in the terminal 2015-09-25 13:26:45 -07:00
Jakub Warmuz 4ce4e2f930 logger = logging.getLogger(__name__) 2015-06-25 19:55:22 +00:00
Brad Warren d15a386f92 Incorporated jdkasten's feedback 2015-06-24 18:24:54 -07:00
Brad Warren 512e02c837 Added reporter messages for failed challenges. 2015-06-24 11:46:39 -07:00
Brad Warren 34a66b1bff Added key notifications to the client 2015-06-02 17:11:00 -07:00
Brad Warren 814ab083bd Added account registration message and fixed double output 2015-06-02 11:16:24 -07:00
Jakub Warmuz 3ba41de2ba Split Reporter priority constants (improves docs readability). 2015-06-01 19:16:58 +00:00
Jakub Warmuz e5dd4ba70c Minor fixes for #453 and reporter API docs. 2015-06-01 19:09:39 +00:00
Brad Warren 8bcc8f8024 Finished basic reporter 2015-05-29 11:33:11 -07:00