aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/perf_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/perf_diff.py')
-rwxr-xr-xcros_utils/perf_diff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cros_utils/perf_diff.py b/cros_utils/perf_diff.py
index fed6a81d..b8ddb0c4 100755
--- a/cros_utils/perf_diff.py
+++ b/cros_utils/perf_diff.py
@@ -18,8 +18,8 @@ import functools
import re
import sys
-import misc
-import tabulator
+from cros_utils import misc
+from cros_utils import tabulator
ROWS_TO_SHOW = 'Rows_to_show_in_the_perf_table'
TOTAL_EVENTS = 'Total_events_of_this_profile'