diff options
| author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 12:23:37 -0500 |
|---|---|---|
| committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 12:23:37 -0500 |
| commit | d35e92875c62cf43227ccc6fca75b5e74a6350e8 (patch) | |
| tree | 03267eb13dcaf17614a4475cf40e8b7e7552d698 /tests/test_html5lib.py | |
| parent | 845dbe03bee981bcc5d24ef06ca868042968aa4c (diff) | |
Made Unicode, Dammit more PEP-8 compliant.
Diffstat (limited to 'tests/test_html5lib.py')
| -rw-r--r-- | tests/test_html5lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py index 59d84a3..5aeac76 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -151,7 +151,7 @@ class TestHTML5LibEncodingConversion(TestLXMLBuilderEncodingConversion): # Hebrew encoding) to UTF-8. soup = self.soup(self.HEBREW_DOCUMENT, fromEncoding="iso-8859-8") - self.assertEquals(soup.originalEncoding, 'iso8859-8') + self.assertEquals(soup.original_encoding, 'iso8859-8') self.assertEquals( soup.encode('utf-8'), self.HEBREW_DOCUMENT.decode("iso-8859-8").encode("utf-8")) |
