Small fix of import in legittorrents engine

This commit is contained in:
DoumanAsh 2014-12-16 01:16:56 +03:00
parent 159f5dc06d
commit 722f1aaee8
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#VERSION: 1.02 #VERSION: 1.03
#AUTHORS: Christophe Dumez (chris@qbittorrent.org) #AUTHORS: Christophe Dumez (chris@qbittorrent.org)
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
from novaprinter import prettyPrinter from novaprinter import prettyPrinter
from helpers import retrieve_url, download_file from helpers import retrieve_url, download_file
import sgmllib import sgmllib3 as sgmllib
import re import re
class legittorrents(object): class legittorrents(object):

View file

@ -4,4 +4,4 @@ piratebay: 2.01
extratorrent: 1.2 extratorrent: 1.2
kickasstorrents: 1.25 kickasstorrents: 1.25
btdigg: 1.23 btdigg: 1.23
legittorrents: 1.02 legittorrents: 1.03