]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/__init__.py
Use CLI installer for MediaWiki 1.17.0 and later.
[wizard.git] / wizard / __init__.py
index 9a7d216b514b90024727fde631ba009352cafa89..647d77b98077538c1045cd278b58f50627741937 100644 (file)
@@ -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