]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/DecClassObject.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 / Common / DecClassObject.py
index 5b39bcd4cee8fa7058a0bad2b65ae5258e9654b6..d7c70a7336a01f8a3d97894ccc1b066880a54583 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define each component of DEC file\r
 #\r
-# Copyright (c) 2007, 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
@@ -14,7 +14,7 @@
 ##\r
 # Import Modules\r
 #\r
-import os\r
+import Common.LongFilePathOs as os\r
 from String import *\r
 from DataType import *\r
 from Identification import *\r
@@ -26,6 +26,7 @@ from Table.TableDec import TableDec
 import Database\r
 from Parsing import *\r
 import GlobalData\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 \r
 #\r
 # Global variable\r