From 95104b851ace0df9853451b0c3d146a0ce186ced Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Thu, 18 Sep 2008 03:45:53 +0000 Subject: Removed unused/redundant imports. PEP8 conformance (only one import per line). --- numpy/f2py/doc/collectinput.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/f2py/doc') diff --git a/numpy/f2py/doc/collectinput.py b/numpy/f2py/doc/collectinput.py index 54a908fcc..2e6c6c96b 100755 --- a/numpy/f2py/doc/collectinput.py +++ b/numpy/f2py/doc/collectinput.py @@ -23,7 +23,6 @@ __version__ = "0.0" stdoutflag=0 import sys -import os import fileinput import re import commands -- cgit v1.2.1