projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796f021
)
cmd_build: import missing tempfile python library
author
Guan Junchun
<junchunx.guan@intel.com>
Thu, 7 Jun 2012 06:12:36 +0000
(14:12 +0800)
committer
Guan Junchun
<junchunx.guan@intel.com>
Thu, 7 Jun 2012 06:31:48 +0000
(14:31 +0800)
gitbuildsys/cmd_build.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_build.py
b/gitbuildsys/cmd_build.py
index 963861dfe88e7fba9cadbce4384090fc9843f473..a74e6994bf75b2c8c5dae080800a6410ae35e87c 100644
(file)
--- a/
gitbuildsys/cmd_build.py
+++ b/
gitbuildsys/cmd_build.py
@@
-24,6
+24,7
@@
import glob
import subprocess
import urlparse
import re
+import tempfile
import msger
import utils