]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
Use CLI installer for MediaWiki 1.17.0 and later.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     #: Code to exit the application with.
4     exitcode = 1
5     #: Whether or not to suppress the backtrace (unless in debug mode)
6     quiet = False
7