diff options
Diffstat (limited to 'numpy/f2py/docs/pytest.py')
-rw-r--r-- | numpy/f2py/docs/pytest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/f2py/docs/pytest.py b/numpy/f2py/docs/pytest.py index abd3487df..b49dc764a 100644 --- a/numpy/f2py/docs/pytest.py +++ b/numpy/f2py/docs/pytest.py @@ -1,3 +1,5 @@ +from __future__ import division + #File: pytest.py import Numeric def foo(a): |