Make stripHTML import relative

This commit is contained in:
cryzed 2018-03-13 19:56:22 +01:00
parent bb38ecde61
commit 5cf59c2fcb

View file

@ -23,7 +23,7 @@ import urllib2
import urlparse
from base_adapter import BaseSiteAdapter, makeDate
from fanficfare.htmlcleanup import stripHTML
from ..htmlcleanup import stripHTML
from .. import exceptions as exceptions
logger = logging.getLogger(__name__)