]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/FileProfile.py
BaseTools: remove uncalled functions
[mirror_edk2.git] / BaseTools / Source / Python / Eot / FileProfile.py
index 602639e5bdf396906a3492c70b8d183759bb754f..0544c0d55b44fd07c63a73ef8701d692840841a5 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
 # fragments of source file\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation\r
+#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -17,8 +17,9 @@
 #\r
 \r
 import re\r
-import os\r
+import Common.LongFilePathOs as os\r
 from ParserWarning import Warning\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 \r
 # Profile contents of a file\r
 PPDirectiveList = []\r