summaryrefslogtreecommitdiff
path: root/tests/test_html5lib.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-10 13:18:57 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-10 13:18:57 -0500
commite1ad4220e5ca00ec0e7f77ce5087845fcb356a0e (patch)
tree22a5d9b3df6cbf978ea1be6d86853ca1b6f1ade9 /tests/test_html5lib.py
parentd444427275459c6be2dc255274831bae26eb5e04 (diff)
Commented out annoying print statement.
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r--tests/test_html5lib.py2
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