From 95d81a0b03703f47d457f26acecb36d7a10e66cb Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Tue, 29 Apr 2014 13:11:13 +0800 Subject: [PATCH] To fixes import error for run_tests.sh Change-Id: Iacce978001750c9cb8f398dba78361dee22ed2fb Closes-bug: #1314007 Signed-off-by: Zhi Yan Liu --- tools/install_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index b60321e1d2..f523f3e126 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -26,7 +26,7 @@ from __future__ import print_function import os import sys -from tools import install_venv_common as install_venv +import install_venv_common as install_venv # noqa def print_help():