Fix flake8 errors

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-01-31 10:51:39 +01:00
parent cd596028d6
commit e41b1f7385
3 changed files with 23 additions and 22 deletions

View file

@ -231,7 +231,7 @@ class F4mFD(FileDownloader):
"""
def _get_unencrypted_media(self, doc):
media=doc.findall(_add_ns('media'))
media = doc.findall(_add_ns('media'))
if not media:
self.report_error('No media found')
for e in (doc.findall(_add_ns('drmAdditionalHeader')) +