summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py')
-rw-r--r--AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py
new file mode 100644
index 0000000000..f7c44e93ff
--- /dev/null
+++ b/AppPkg/Applications/Python/Python-2.7.2/Lib/struct.py
@@ -0,0 +1,3 @@
+from _struct import *
+from _struct import _clearcache
+from _struct import __doc__