diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2010-12-28 11:12:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2010-12-28 11:12:20 -0500 |
commit | 30cb1ad76ee23fb89f0611db3f7b9a26cbbce06e (patch) | |
tree | 2ae8cd9f786b9b101075b9ae59f5979019260e89 /src/beautifulsoup/tests/helpers.py | |
parent | d575daed6b0ac6fffc691c44e256a3e8de8e8cdc (diff) |
Removed the HTMLParser tree builder to give me some room to maneuver.
Diffstat (limited to 'src/beautifulsoup/tests/helpers.py')
-rw-r--r-- | src/beautifulsoup/tests/helpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/beautifulsoup/tests/helpers.py b/src/beautifulsoup/tests/helpers.py index b9de4f2..219d95c 100644 --- a/src/beautifulsoup/tests/helpers.py +++ b/src/beautifulsoup/tests/helpers.py @@ -3,7 +3,6 @@ import unittest from beautifulsoup import BeautifulSoup from beautifulsoup.element import SoupStrainer -from test_soup import SoupTest class SoupTest(unittest.TestCase): |