diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-03 16:57:55 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-03 16:57:55 -0500 |
commit | ea57d5122f1df133927e266e5fabbf0ef767f460 (patch) | |
tree | 31c5c42356ff48c138459259bba551c5a5963b74 /src/beautifulsoup/tests/test_strainer.py | |
parent | 020bab27f80446db8780f43c893451bb98b06e4d (diff) |
Moved the test helpers out of the test directory.
Diffstat (limited to 'src/beautifulsoup/tests/test_strainer.py')
-rw-r--r-- | src/beautifulsoup/tests/test_strainer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beautifulsoup/tests/test_strainer.py b/src/beautifulsoup/tests/test_strainer.py index 9a91463..f078935 100644 --- a/src/beautifulsoup/tests/test_strainer.py +++ b/src/beautifulsoup/tests/test_strainer.py @@ -1,7 +1,7 @@ import unittest -from helpers import SoupTest from beautifulsoup import BeautifulSoup from beautifulsoup.element import SoupStrainer +from beautifulsoup.testing import SoupTest class TestSoupStrainer(unittest.TestCase): |