]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
Refine mass-upgrade script and others from brief test runs.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     pass
4