fix unused imports and version

This commit is contained in:
Romain Bignon 2011-04-14 16:06:34 +02:00
commit 129dfc181a
5 changed files with 6 additions and 12 deletions

View file

@ -18,13 +18,12 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.browser import BasePage
from weboob.tools.parsers.lxmlsoupparser import LxmlSoupParser
from weboob.tools.misc import html2text
from weboob.capabilities.gallery import Thumbnail
from datetime import datetime
import re
from .gallery import EHentaiGallery, EHentaiImage
from .gallery import EHentaiGallery
__all__ = ['GalleryPage', 'ImagePage', 'IndexPage', 'HomePage', 'LoginPage']