aboutsummaryrefslogtreecommitdiff
path: root/heatmaps/heat_map.py
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-02-15 03:23:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-15 03:23:48 +0000
commit3b46527da85b8139d5fcf887387bcd4de20dec41 (patch)
tree35fa0fbaeaaddd9cc2a126a05eee3527b51e83a8 /heatmaps/heat_map.py
parent62564f20dc6f3a88caed664d54fc00dbf3bf7373 (diff)
parentb75f321fc8978b92ce3db6886ccb966768f0c7a8 (diff)
downloadtoolchain-utils-3b46527da85b8139d5fcf887387bcd4de20dec41.tar.gz
Change-Id: I508eae962f523cfa857b4da7c77fdb8a70dfab1e
Diffstat (limited to 'heatmaps/heat_map.py')
-rwxr-xr-xheatmaps/heat_map.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heatmaps/heat_map.py b/heatmaps/heat_map.py
index 2fd742d2..a989ab70 100755
--- a/heatmaps/heat_map.py
+++ b/heatmaps/heat_map.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -15,7 +15,7 @@ import sys
import tempfile
from cros_utils import command_executer
-import heatmap_generator
+from heatmaps import heatmap_generator
def IsARepoRoot(directory):