Derive from the correct exception class

This commit is contained in:
Alexander van Gessel 2014-02-05 16:14:06 +01:00
parent e09305afac
commit 242f0532f0

View file

@ -21,7 +21,7 @@ import urllib2
#TODO: document and log where missing
class Error(Exception):
class Error(StandardError):
"""Base class for exceptions in this module."""
pass