diff options
author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> | 2009-07-19 02:07:55 +0200 |
---|---|---|
committer | Nicolas Chauvat <nicolas.chauvat@logilab.fr> | 2009-07-19 02:07:55 +0200 |
commit | a1cdde3320add8bbe4557639488bb4d2ef2861fd (patch) | |
tree | f579949c7a7fb9b4efb8a6ccdfcd35484854662b /html.py | |
parent | 6bb5a230a8df5ed2fe417c7b85491073da50dfd3 (diff) | |
download | logilab-common-a1cdde3320add8bbe4557639488bb4d2ef2861fd.tar.gz |
[cleanup] delete-trailing-whitespace
Diffstat (limited to 'html.py')
-rw-r--r-- | html.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ##################################################### |