diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-04 02:54:42 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 02:54:42 +0000 |
commit | 76d19f68e4c824bbcba890d924f20a6133ee0326 (patch) | |
tree | 3c2446dbe1a29d2bcbe3e28e9549cbb3608fd6ab /Lib/struct.py | |
parent | f2f41ebef48dcf5857f8522cca99be9464a3f3b4 (diff) | |
download | cpython-git-76d19f68e4c824bbcba890d924f20a6133ee0326.tar.gz |
Added _struct._clearcache() for regression tests
Diffstat (limited to 'Lib/struct.py')
-rw-r--r-- | Lib/struct.py | 1 |
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 |