the client is calling cleanup() on this challenge type too

This commit is contained in:
Seth Schoen
2012-11-17 01:03:36 -08:00
parent c6fd758acf
commit 9f2a49705f
+4
View File
@@ -18,6 +18,10 @@ class Payment_Challenge(Challenge):
self.reason = reason
self.times_performed = 0
def cleanup(self):
# Currently, payment challenges do not appear to require any cleanup.
pass
def perform(self, quiet=True):
if quiet:
dialog.Dialog().msgbox(self.get_display_string(), width=70)