|
From: <qh...@us...> - 2010-02-02 10:21:26
|
Revision: 1836
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1836&view=rev
Author: qhuang8
Date: 2010-02-02 10:21:20 +0000 (Tue, 02 Feb 2010)
Log Message:
-----------
Import EOT tool if only required
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/BuildReport.py
Modified: trunk/BaseTools/Source/Python/build/BuildReport.py
===================================================================
--- trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-02 10:05:50 UTC (rev 1835)
+++ trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-02 10:21:20 UTC (rev 1836)
@@ -27,7 +27,6 @@
from Common.InfClassObject import gComponentType2ModuleType
from Common.BuildToolError import FILE_OPEN_FAILURE
from Common.BuildToolError import FILE_WRITE_FAILURE
-from Eot.Eot import Eot
## Pattern to extract contents in EDK DXS files
@@ -860,6 +859,7 @@
TempFile.close()
try:
+ from Eot.Eot import Eot
#
# Invoke EOT tool
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|