cmd_build: import missing tempfile python library
authorGuan Junchun <junchunx.guan@intel.com>
Thu, 7 Jun 2012 06:12:36 +0000 (14:12 +0800)
committerGuan Junchun <junchunx.guan@intel.com>
Thu, 7 Jun 2012 06:31:48 +0000 (14:31 +0800)
gitbuildsys/cmd_build.py

index 963861dfe88e7fba9cadbce4384090fc9843f473..a74e6994bf75b2c8c5dae080800a6410ae35e87c 100644 (file)
@@ -24,6 +24,7 @@ import glob
 import subprocess
 import urlparse
 import re
+import tempfile
 
 import msger
 import utils