]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/Database.py
BaseTools: use set instead of list for a variable to be used with in
[mirror_edk2.git] / BaseTools / Source / Python / Eot / Database.py
index e3fb4f2ddfdd2d244b21c6875243fe06d49b453b..65bac9c127cb01d5942d2c24372c10c1532497bc 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to create a database used by EOT tool\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -15,7 +15,7 @@
 # Import Modules\r
 #\r
 import sqlite3\r
-import os, time\r
+import Common.LongFilePathOs as os, time\r
 \r
 import Common.EdkLogger as EdkLogger\r
 import CommonDataClass.DataClass as DataClass\r