diff options
Diffstat (limited to 'numpy/f2py/common_rules.py')
-rw-r--r-- | numpy/f2py/common_rules.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/f2py/common_rules.py b/numpy/f2py/common_rules.py index 3295676ef..db7a6ee6d 100644 --- a/numpy/f2py/common_rules.py +++ b/numpy/f2py/common_rules.py @@ -11,7 +11,9 @@ terms of the NumPy License NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. $Date: 2005/05/06 10:57:33 $ Pearu Peterson + """ +from __future__ import division __version__ = "$Revision: 1.19 $"[10:-1] |