diff options
author | Georg Brandl <georg@python.org> | 2011-09-19 08:36:20 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-19 08:36:20 +0200 |
commit | f036da5e72423efe761a1b8c6b3f577613cc6430 (patch) | |
tree | 9ecded2c1a1ebe701fb0ab37991866a705114869 /sphinx/pycode | |
parent | d20e25b53b57b194cbb7d6e2eef21593c39165f7 (diff) | |
download | sphinx-f036da5e72423efe761a1b8c6b3f577613cc6430.tar.gz |
Remove unused imports.
Diffstat (limited to 'sphinx/pycode')
-rw-r--r-- | sphinx/pycode/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index bf51e740..ab87e61d 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for details. """ -import re -import sys from os import path from cStringIO import StringIO |