]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/DistributionPackageClass.py
Sync BaseTools Trunk (version r2387) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / DistributionPackageClass.py
index cd8bd4cb7fd4bd7b16083a3efcd199532d36e4df..8f12026887fb3fe206a123c991229b01a036ad74 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to define a class object to describe a distribution package\r
 #\r
-# Copyright (c) 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2008, 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
 # http://opensource.org/licenses/bsd-license.php\r
@@ -150,7 +150,6 @@ class DistributionPackageClass(object):
 # script.\r
 #\r
 if __name__ == '__main__':\r
-    pass\r
     D = DistributionPackageClass()\r
     D.GetDistributionPackage(os.getenv('WORKSPACE'), ['MdePkg/MdePkg.dec', 'TianoModulePkg/TianoModulePkg.dec'], ['MdeModulePkg/Application/HelloWorld/HelloWorld.inf'])\r
     Xml = DistributionPackageXml()\r