[atomicparsley] Remove unneeded __init__ method

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-04-12 15:51:40 +02:00
parent 784763c565
commit a169e18ce1
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ class AtomicParsleyPPError(PostProcessingError):
class AtomicParsleyPP(PostProcessor):
def __init__(self, downloader=None):
PostProcessor.__init__(self, downloader)
def run(self, info):
if not check_executable('AtomicParsley', ['-v']):
raise AtomicParsleyPPError('AtomicParsley was not found. Please install.')