diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-10 13:18:57 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-10 13:18:57 -0500 |
commit | e1ad4220e5ca00ec0e7f77ce5087845fcb356a0e (patch) | |
tree | 22a5d9b3df6cbf978ea1be6d86853ca1b6f1ade9 /tests/test_html5lib.py | |
parent | d444427275459c6be2dc255274831bae26eb5e04 (diff) |
Commented out annoying print statement.
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 5febe2d..3e35949 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -77,4 +77,4 @@ class TestHTML5BuilderInvalidMarkup(TestLXMLBuilderInvalidMarkup): utf8 = isolatin.replace("ISO-Latin-1".encode(), "utf-8".encode()) utf8 = utf8.replace("\xe9", "\xc3\xa9") - print soup + #print soup |