X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fparse_html.py;h=ffacbee521ddecd0553008a158db163d07487503;hb=f6c8ed0c082bacff755ea19a445467460a89b3fa;hp=a534e21fa3a13379c9ef85801b027dbfec8669d4;hpb=7b0fdb70fab014eb5bc58131ed3c31ecbf646145;p=bookmarks_db.git diff --git a/Robots/parse_html.py b/Robots/parse_html.py index a534e21..ffacbee 100755 --- a/Robots/parse_html.py +++ b/Robots/parse_html.py @@ -12,7 +12,7 @@ DEFAULT_CHARSET = "windows-1251" # Stupid default for Russian Cyrillic from HTMLParser import HTMLParseError -from m_lib.www.html import HTMLParser as _HTMLParser +from m_lib.net.www.html import HTMLParser as _HTMLParser class HTMLHeadDone(Exception): pass