summaryrefslogtreecommitdiff
path: root/scipy/base/convertcode.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-12-30 01:59:33 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-12-30 01:59:33 +0000
commit12fb5f95f206627c4f4c4e11b963527850df70f4 (patch)
tree9ef3b6c85a3412142e69cb734e78e3f8921af0f8 /scipy/base/convertcode.py
parentac853f7e345d949a6be1a7e6a749ce31c4b0d7f9 (diff)
downloadnumpy-12fb5f95f206627c4f4c4e11b963527850df70f4.tar.gz
Fixed problems revealed by pychecker.
Diffstat (limited to 'scipy/base/convertcode.py')
-rw-r--r--scipy/base/convertcode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/convertcode.py b/scipy/base/convertcode.py
index 792ed384c..5c532b394 100644
--- a/scipy/base/convertcode.py
+++ b/scipy/base/convertcode.py
@@ -24,7 +24,6 @@ __all__ = ['fromfile', 'fromstr']
import sys
import os
import re
-import warnings
import glob
flatindex_re = re.compile('([.]flat(\s*?[[=]))')