]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/beautifulsoup.py
Moved parse_html.py and its submodules to a separate parse_html module.
[bookmarks_db.git] / parse_html / beautifulsoup.py
similarity index 97%
rename from Robots/parse_html_beautifulsoup.py
rename to parse_html/beautifulsoup.py
index e03dfce99faa55b980e21a75e38249790d50c0a7..86b8c1bee9a74257b1a809ea36c1d02061ec1445 100644 (file)
@@ -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