diff doc/rst2man.py @ 10905:13a1b2fb7ef2

pylint, pyflakes: remove unused or duplicate imports
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 14 Apr 2010 17:58:10 +0900
parents e433002acb05
children
line wrap: on
line diff
--- a/doc/rst2man.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/doc/rst2man.py	Wed Apr 14 17:58:10 2010 +0900
@@ -45,14 +45,9 @@
 
 __docformat__ = 'reStructuredText'
 
-import sys
-import os
-import time
 import re
-from types import ListType
 
-import docutils
-from docutils import nodes, utils, writers, languages
+from docutils import nodes, writers, languages
 import roman
 
 FIELD_LIST_INDENT = 7