summaryrefslogtreecommitdiff
path: root/html.py
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2009-07-19 02:07:55 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2009-07-19 02:07:55 +0200
commita1cdde3320add8bbe4557639488bb4d2ef2861fd (patch)
treef579949c7a7fb9b4efb8a6ccdfcd35484854662b /html.py
parent6bb5a230a8df5ed2fe417c7b85491073da50dfd3 (diff)
downloadlogilab-common-a1cdde3320add8bbe4557639488bb4d2ef2861fd.tar.gz
[cleanup] delete-trailing-whitespace
Diffstat (limited to 'html.py')
-rw-r--r--html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.py b/html.py
index cfb1942..8097ec0 100644
--- a/html.py
+++ b/html.py
@@ -11,7 +11,7 @@ warn('html module is deprecated and will disappear in a near release',
DeprecationWarning, stacklevel=2)
import traceback
-from xml.sax.saxutils import escape
+from xml.sax.saxutils import escape
# mk html traceback error #####################################################