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 | d7ff512b42e11865b09f7d6b5e9e2d08b84799d4 (patch) | |
| tree | b3cb7e8f2ed53661f220be320e937013b52bff08 /sphinx/builders/changes.py | |
| parent | 81bfd84f5eadaf4ee9bae4491239ed4a5ce9cd47 (diff) | |
| download | sphinx-d7ff512b42e11865b09f7d6b5e9e2d08b84799d4.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 e07b06d8..d9898aeb 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 |
