X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=parse_html%2Fbeautifulsoup.py;fp=Robots%2Fparse_html_beautifulsoup.py;h=86b8c1bee9a74257b1a809ea36c1d02061ec1445;hp=e03dfce99faa55b980e21a75e38249790d50c0a7;hb=9989e73be9690cf0fccab901c9db81711cb9a9e7;hpb=f79d81fcd336e913bf0f42f0a6fbdb582de0f3e3 diff --git a/Robots/parse_html_beautifulsoup.py b/parse_html/beautifulsoup.py similarity index 97% rename from Robots/parse_html_beautifulsoup.py rename to parse_html/beautifulsoup.py index e03dfce..86b8c1b 100644 --- a/Robots/parse_html_beautifulsoup.py +++ b/parse_html/beautifulsoup.py @@ -1,13 +1,13 @@ """ HTML Parser using BeautifulSoup - Written by Broytman. Copyright (C) 2007-2010 PhiloSoft Design + Written by Broytman. Copyright (C) 2007-2011 PhiloSoft Design """ import re from sgmllib import SGMLParser, SGMLParseError from BeautifulSoup import BeautifulSoup, CData -from parse_html_util import HTMLParser +from .util import HTMLParser # http://groups.google.com/group/beautifulsoup/browse_thread/thread/69093cb0d3a3cf63