add the missed import of GitError
authorHasan Wan <hasan.wan@intel.com>
Mon, 11 Mar 2013 02:19:22 +0000 (10:19 +0800)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Mon, 11 Mar 2013 08:09:43 +0000 (01:09 -0700)
Change-Id: I26687e3fed6a09211dd7bb1095b8df9bba3cc95b
Signed-off-by: Hasan Wan <hasan.wan@intel.com>
job_request.py

index c4fed57..6733e2d 100755 (executable)
@@ -3,6 +3,7 @@ from common import runner
 from common import utils
 from common.envparas import export
 from common.git import Git, clone_gitproject
+from common.errors import GitError
 from common import buildservice
 from common.gerrit import Gerrit
 from common.buildtrigger import trigger_info, trigger_next