summaryrefslogtreecommitdiff
path: root/Lib/struct.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-04 02:54:42 +0000
committerChristian Heimes <christian@cheimes.de>2008-01-04 02:54:42 +0000
commit76d19f68e4c824bbcba890d924f20a6133ee0326 (patch)
tree3c2446dbe1a29d2bcbe3e28e9549cbb3608fd6ab /Lib/struct.py
parentf2f41ebef48dcf5857f8522cca99be9464a3f3b4 (diff)
downloadcpython-git-76d19f68e4c824bbcba890d924f20a6133ee0326.tar.gz
Added _struct._clearcache() for regression tests
Diffstat (limited to 'Lib/struct.py')
-rw-r--r--Lib/struct.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/struct.py b/Lib/struct.py
index 297e7d0d90..3784c055be 100644
--- a/Lib/struct.py
+++ b/Lib/struct.py
@@ -1 +1,2 @@
from _struct import *
+from _struct import _clearcache