summaryrefslogtreecommitdiff
path: root/sphinx/websupport/storage/differ.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-21 19:03:44 +0200
committerGeorg Brandl <georg@python.org>2010-08-21 19:03:44 +0200
commit6ffec123a92ffc903af7e60a776f222d6e01cee8 (patch)
tree092d6ac8d3f025676ebc2f9c412838bc03fc7fc4 /sphinx/websupport/storage/differ.py
parent0ff840dc48023e8a3f2be9aef6f38e375e5a7911 (diff)
downloadsphinx-git-6ffec123a92ffc903af7e60a776f222d6e01cee8.tar.gz
Small code style changes, remove unused imports.
Diffstat (limited to 'sphinx/websupport/storage/differ.py')
-rw-r--r--sphinx/websupport/storage/differ.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/websupport/storage/differ.py b/sphinx/websupport/storage/differ.py
index 8d6c4a497..d52250718 100644
--- a/sphinx/websupport/storage/differ.py
+++ b/sphinx/websupport/storage/differ.py
@@ -13,6 +13,7 @@ import re
from cgi import escape
from difflib import Differ
+
class CombinedHtmlDiff(object):
"""Create an HTML representation of the differences between two pieces
of text.