Merge "Cleanup heat/openstack/common"
diff --git a/common/test.py b/common/test.py
index 7478f64..3de44f5 100644
--- a/common/test.py
+++ b/common/test.py
@@ -22,8 +22,8 @@
 import time
 
 from heatclient import exc as heat_exceptions
+from oslo.utils import timeutils
 
-from heat.openstack.common import timeutils
 from heat_integrationtests.common import clients
 from heat_integrationtests.common import config
 from heat_integrationtests.common import exceptions