diff options
Diffstat (limited to 'unittests/results_tests.py')
-rw-r--r-- | unittests/results_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unittests/results_tests.py b/unittests/results_tests.py index 6a610f089..d40614e62 100644 --- a/unittests/results_tests.py +++ b/unittests/results_tests.py @@ -20,8 +20,7 @@ """ Module providing tests for the core module """ - -from __future__ import print_function, absolute_import +from __future__ import absolute_import, division, print_function import nose.tools as nt |