To fixes import error for run_tests.sh

Change-Id: Iacce978001750c9cb8f398dba78361dee22ed2fb
Closes-bug: #1314007
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
This commit is contained in:
Zhi Yan Liu 2014-04-29 13:11:13 +08:00
parent 7cffaaca0f
commit 95d81a0b03
1 changed files with 1 additions and 1 deletions

View File

@ -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():