summaryrefslogtreecommitdiff
path: root/openstack/common/report/guru_meditation_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/report/guru_meditation_report.py')
-rw-r--r--openstack/common/report/guru_meditation_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/report/guru_meditation_report.py b/openstack/common/report/guru_meditation_report.py
index 6f4a6530..b5ccb002 100644
--- a/openstack/common/report/guru_meditation_report.py
+++ b/openstack/common/report/guru_meditation_report.py
@@ -56,7 +56,7 @@ import os
import signal
import sys
-from oslo.utils import timeutils
+from oslo_utils import timeutils
from openstack.common.report.generators import conf as cgen
from openstack.common.report.generators import threading as tgen