summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/test_strainer.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-01-03 16:57:55 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-01-03 16:57:55 -0500
commitea57d5122f1df133927e266e5fabbf0ef767f460 (patch)
tree31c5c42356ff48c138459259bba551c5a5963b74 /src/beautifulsoup/tests/test_strainer.py
parent020bab27f80446db8780f43c893451bb98b06e4d (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.py2
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):