]> 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 5c0a79f2910f0c5eaf44e35e56c87c467c83a625..a81a44731f03539e4e6dccd544650ff3a7c1ecb4 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to create a database used by ECC tool\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\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
@@ -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