diff options
author | Georg Brandl <georg@python.org> | 2009-09-04 00:05:09 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-04 00:05:09 +0200 |
commit | dcff10ddaa6553c633db886b2aa9a43bf402749b (patch) | |
tree | b3cb7e8f2ed53661f220be320e937013b52bff08 /sphinx/builders/changes.py | |
parent | e9fc8d890ce568d279e40da28f6b2f3d3f3ee75f (diff) | |
download | sphinx-git-dcff10ddaa6553c633db886b2aa9a43bf402749b.tar.gz |
Cleanup unused imports.
Diffstat (limited to 'sphinx/builders/changes.py')
-rw-r--r-- | sphinx/builders/changes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index e07b06d88..d9898aebe 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -10,7 +10,6 @@ """ import codecs -import shutil from os import path from cgi import escape |