From 9b2e8ff9fa078f41ef1229874b3c3b910a31056b Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 26 Feb 2011 23:43:25 -0500 Subject: Made EntitySubstitution a utility class, not the kind of class you subclass. --- tests/test_soup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_soup.py b/tests/test_soup.py index c4d9c2c..690db39 100644 --- a/tests/test_soup.py +++ b/tests/test_soup.py @@ -19,7 +19,7 @@ class TestSelectiveParsing(SoupTest): class TestEntitySubstitution(unittest.TestCase): """Standalone tests of the EntitySubstitution class.""" def setUp(self): - self.sub = EntitySubstitution() + self.sub = EntitySubstitution def test_simple_html_substitution(self): # Unicode characters corresponding to named HTML entites -- cgit v1.2.3