pyflakes corrections
This commit is contained in:
parent
130d304a03
commit
e497d2ebaf
10 changed files with 6 additions and 41 deletions
|
|
@ -24,7 +24,7 @@ from .browser import BtmonBrowser
|
|||
|
||||
from urllib import quote_plus
|
||||
|
||||
__all__ = ['KickassBackend']
|
||||
__all__ = ['BtmonBackend']
|
||||
|
||||
|
||||
class BtmonBackend(BaseBackend, ICapTorrent):
|
||||
|
|
|
|||
|
|
@ -18,12 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs # NOQA
|
||||
|
||||
from urlparse import urlsplit
|
||||
import string
|
||||
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue