diff options
Diffstat (limited to 'doc/swig/test/setup.py')
-rwxr-xr-x | doc/swig/test/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/swig/test/setup.py b/doc/swig/test/setup.py index f2fc29aac..6395ffe46 100755 --- a/doc/swig/test/setup.py +++ b/doc/swig/test/setup.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +from __future__ import division # System imports from distutils.core import * |