diff options
Diffstat (limited to 'numpy/doc/performance.py')
-rw-r--r-- | numpy/doc/performance.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/performance.py b/numpy/doc/performance.py index 1429e232f..711dd3153 100644 --- a/numpy/doc/performance.py +++ b/numpy/doc/performance.py @@ -7,3 +7,5 @@ Performance Placeholder for Improving Performance documentation. """ +from __future__ import division + |