aboutsummaryrefslogtreecommitdiff
path: root/crosperf/autotest_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/autotest_runner.py')
-rw-r--r--crosperf/autotest_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/crosperf/autotest_runner.py b/crosperf/autotest_runner.py
index 5df71ac5..3b91d81b 100644
--- a/crosperf/autotest_runner.py
+++ b/crosperf/autotest_runner.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-
+#
# Copyright 2011 Google Inc. All Rights Reserved.
from utils import command_executer
-from utils import utils
class AutotestRunner(object):