Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / perf / page_sets / PRESUBMIT.py
index 0ad5273..faf0503 100644 (file)
@@ -15,7 +15,7 @@ def LoadSupport(input_api):
       telemetry_path = os.path.join(os.path.dirname(os.path.dirname(
           input_api.PresubmitLocalPath())), 'telemetry')
       sys.path = [telemetry_path] + sys.path
-      from telemetry.page import cloud_storage
+      from telemetry.util import cloud_storage
       globals()['cloud_storage'] = cloud_storage
     finally:
       sys.path = _old_sys_path