]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/Database.py
BaseTools: expression can use single in instead of 3 API calls.
[mirror_edk2.git] / BaseTools / Source / Python / Common / Database.py
index e645337a39a14c2f414edfabcdf66761be162951..a81a44731f03539e4e6dccd544650ff3a7c1ecb4 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to create a database used by ECC tool\r
 #\r
-# Copyright (c) 2007 ~ 2008, 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\r
+import Common.LongFilePathOs as os\r
 \r
 import EdkLogger as EdkLogger\r
 from CommonDataClass.DataClass import *\r