X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/b1e094209f44a25efd1cefa5aea6b62cee049085..319f82896fb658d9bbaf8d01d6c2c7410eb967c7:/wizard/__init__.py?ds=sidebyside diff --git a/wizard/__init__.py b/wizard/__init__.py index 9a7d216..647d77b 100644 --- a/wizard/__init__.py +++ b/wizard/__init__.py @@ -1,4 +1,7 @@ class Error(Exception): """Base exception for all Wizard exceptions""" - pass + #: Code to exit the application with. + exitcode = 1 + #: Whether or not to suppress the backtrace (unless in debug mode) + quiet = False