Fix Python 2.5 support
And fix some PEP8 style issues (mostly about spaces) while I was there. refs #806
This commit is contained in:
parent
db85b651d4
commit
062f2c4c3e
10 changed files with 30 additions and 16 deletions
|
|
@ -8,10 +8,11 @@
|
|||
# To Public License, Version 2, as published by Sam Hocevar. See
|
||||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.video import ICapVideo
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from .browser import CappedBrowser,CappedVideo
|
||||
from .browser import CappedBrowser, CappedVideo
|
||||
|
||||
|
||||
__all__ = ['CappedBackend']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue