diff options
| author | Alan McIntyre <alan.mcintyre@local> | 2008-07-30 20:22:24 +0000 |
|---|---|---|
| committer | Alan McIntyre <alan.mcintyre@local> | 2008-07-30 20:22:24 +0000 |
| commit | b4efbf823b373faabf115449c6dfe4eebd5bd367 (patch) | |
| tree | 69b15be0322cb4407098fb3384dc8086c07a82f6 /numpy/testing/numpytest.py | |
| parent | 10ce27cef47b67163137ebeb8a5ca5e99bde39f0 (diff) | |
| download | numpy-b4efbf823b373faabf115449c6dfe4eebd5bd367.tar.gz | |
Removed unused import of glob.
Diffstat (limited to 'numpy/testing/numpytest.py')
| -rw-r--r-- | numpy/testing/numpytest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/numpytest.py b/numpy/testing/numpytest.py index c3840a9e8..e1c3b5c0d 100644 --- a/numpy/testing/numpytest.py +++ b/numpy/testing/numpytest.py @@ -2,7 +2,6 @@ import os import re import sys import imp -import glob import types import shlex import unittest |
