mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Make stripHTML import relative
This commit is contained in:
parent
bb38ecde61
commit
5cf59c2fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import urllib2
|
||||||
import urlparse
|
import urlparse
|
||||||
|
|
||||||
from base_adapter import BaseSiteAdapter, makeDate
|
from base_adapter import BaseSiteAdapter, makeDate
|
||||||
from fanficfare.htmlcleanup import stripHTML
|
from ..htmlcleanup import stripHTML
|
||||||
from .. import exceptions as exceptions
|
from .. import exceptions as exceptions
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue