aboutsummaryrefslogtreecommitdiff
path: root/heatmaps/heat_map.py
diff options
context:
space:
mode:
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):