Fix import for Python 3.

This commit is contained in:
Tobias Gruetzmacher 2015-11-03 23:40:45 +01:00
parent b819afec39
commit 94470d564c

View file

@ -1,13 +1,16 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015 Tobias Gruetzmacher
from __future__ import absolute_import
from re import compile, escape
from ..scraper import _BasicScraper, _ParserScraper
from ..helpers import bounceStarter, indirectStarter
from ..util import tagre
from wordpress import _WordpressScraper
from .wordpress import _WordpressScraper
class Caggage(_BasicScraper):
url = 'http://caggagecomic.com/'