pep8 fixes

This commit is contained in:
Thomas Vander Stichele
2012-11-11 22:25:41 +00:00
parent 4d975b6d26
commit 77691747e5

View File

@@ -30,6 +30,7 @@ from morituri.common import log
class MusicBrainzException(Exception):
def __init__(self, exc):
self.args = (exc, )
self.exception = exc