aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py')
-rw-r--r--roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py b/roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py
new file mode 100644
index 000000000..172e49845
--- /dev/null
+++ b/roms/edk2/BaseTools/Source/Python/UPT/Xml/__init__.py
@@ -0,0 +1,14 @@
+## @file
+# Python 'Library' package initialization file.
+#
+# This file is required to make Python interpreter treat the directory
+# as containing package.
+#
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+
+'''
+Xml
+'''