summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_exceptions/test_formatter.py')
-rw-r--r--tests/test_exceptions/test_formatter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_exceptions/test_formatter.py b/tests/test_exceptions/test_formatter.py
index 3d5bdad..9c53a9a 100644
--- a/tests/test_exceptions/test_formatter.py
+++ b/tests/test_exceptions/test_formatter.py
@@ -1,10 +1,8 @@
from paste.exceptions import formatter
from paste.exceptions import collector
-from paste.util.quoting import strip_html
import sys
import os
import difflib
-import re
class Mock(object):
def __init__(self, **kw):
@@ -153,7 +151,6 @@ def test_hide_after():
raise_error)
except:
result = format(f)
- print(strip_html(result).encode('ascii', 'replace'))
assert 'AABB' in result
assert 'CCDD' not in result
assert 'raise_error' in result