X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FBPDG%2FBPDG.py;h=b12403139df0589b8929cd5d3ca41883b6c3c707;hb=1be2ed90a20618d71ddf34b8a07d038da0b36854;hp=284eed65c743548bad48d5aba78087334b72351c;hpb=b8a13d736961faff0d11241a0428abc44a084d6e;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/BPDG/BPDG.py b/BaseTools/Source/Python/BPDG/BPDG.py index 284eed65c7..b12403139d 100644 --- a/BaseTools/Source/Python/BPDG/BPDG.py +++ b/BaseTools/Source/Python/BPDG/BPDG.py @@ -6,7 +6,7 @@ # file of PCD layout for use during the build when the platform integrator selects to use # automatic offset calculation. # -# Copyright (c) 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -20,7 +20,7 @@ ## # Import Modules # -import os +import Common.LongFilePathOs as os import sys import encodings.ascii