]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/Python/UPT/Library/__init__.py
Sync BaseTool trunk (version r2649) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / __init__.py
CommitLineData
f51461c8
LG
1## @file\r
2# Python 'Library' package initialization file.\r
3#\r
4# This file is required to make Python interpreter treat the directory\r
5# as containing package.\r
6#\r
7# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials are licensed and made available \r
10# under the terms and conditions of the BSD License which accompanies this \r
11# distribution. The full text of the license may be found at \r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17\r
18'''\r
19Library\r
4234283c 20'''