]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Table/TableFile.py
There is a limitation on WINDOWS OS for the length of entire file path can’t be large...
[mirror_edk2.git] / BaseTools / Source / Python / Table / TableFile.py
index e43802ef25dfdcd8f73d03a094fc7f18ca93f12d..caf749e9d3c5348422771dd37b19914cf0dffc9c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to create/update/query/erase table for files\r
 #\r
-# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 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
@@ -17,7 +17,7 @@
 import Common.EdkLogger as EdkLogger\r
 from Table import Table\r
 from Common.String import ConvertToSqlString\r
-import os\r
+import Common.LongFilePathOs as os\r
 from CommonDataClass.DataClass import FileClass\r
 \r
 ## TableFile\r