diff options
Diffstat (limited to 'doc/cdoc')
-rwxr-xr-x | doc/cdoc/numpyfilter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cdoc/numpyfilter.py b/doc/cdoc/numpyfilter.py index 5768c7850..4a93141dd 100755 --- a/doc/cdoc/numpyfilter.py +++ b/doc/cdoc/numpyfilter.py @@ -6,6 +6,8 @@ Interpret C comments as ReStructuredText, and replace them by the HTML output. Also, add Doxygen /** and /**< syntax automatically where appropriate. """ +from __future__ import division + import sys import re import os |