diff options
Diffstat (limited to 'libbe/bug.py')
-rw-r--r-- | libbe/bug.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index 71682d5..38af60c 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -47,11 +47,6 @@ if libbe.TESTING == True: import doctest -class DiskAccessRequired (Exception): - def __init__(self, goal): - msg = "Cannot %s without accessing the disk" % goal - Exception.__init__(self, msg) - ### Define and describe valid bug categories # Use a tuple of (category, description) tuples since we don't have # ordered dicts in Python yet http://www.python.org/dev/peps/pep-0372/ |