summaryrefslogtreecommitdiff
path: root/lib/python2.7/struct.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/struct.py')
-rw-r--r--lib/python2.7/struct.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python2.7/struct.py b/lib/python2.7/struct.py
new file mode 100644
index 0000000..b022355
--- /dev/null
+++ b/lib/python2.7/struct.py
@@ -0,0 +1,3 @@
+from _struct import *
+from _struct import _clearcache
+from _struct import __doc__