Fix some more pep8 warnings

This commit is contained in:
Daniel Martí 2014-05-28 09:33:14 +02:00
parent fd417425ae
commit 0f0ccdb1e1
5 changed files with 7 additions and 5 deletions

View file

@ -25,6 +25,7 @@ import logging
srclibs = {}
class MetaDataException(Exception):
def __init__(self, value):
self.value = value