summaryrefslogtreecommitdiff
path: root/framework/profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/profile.py')
-rw-r--r--framework/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/profile.py b/framework/profile.py
index 32ed759e3..94343dbc3 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -26,7 +26,7 @@ are represented by a TestProfile or a TestProfile derived object.
"""
-from __future__ import print_function, absolute_import
+from __future__ import absolute_import, division, print_function
import os
import multiprocessing
import multiprocessing.dummy