diff options
| author | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-27 08:40:01 -0500 |
|---|---|---|
| committer | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-27 08:40:01 -0500 |
| commit | 33709afdbbc47b7adb7dd06a730246d8c02f724f (patch) | |
| tree | 16b910f35087c1378f2f63a688be4f937a170a88 /numpy/f2py/tests/util.py | |
| parent | 608864613b801b9c85573186a9d07eeac5e7e465 (diff) | |
| download | numpy-33709afdbbc47b7adb7dd06a730246d8c02f724f.tar.gz | |
FIX: Add glob import for test module rebase.
Forgot to check this earlier.
Diffstat (limited to 'numpy/f2py/tests/util.py')
| -rw-r--r-- | numpy/f2py/tests/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/f2py/tests/util.py b/numpy/f2py/tests/util.py index 0f558c6dd..032c50bfd 100644 --- a/numpy/f2py/tests/util.py +++ b/numpy/f2py/tests/util.py @@ -14,6 +14,7 @@ import shutil import atexit import textwrap import re +import glob import pytest import contextlib import numpy |
