commit | 76d19f68e4c824bbcba890d924f20a6133ee0326 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jan 04 02:54:42 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jan 04 02:54:42 2008 +0000 |
tree | 3c2446dbe1a29d2bcbe3e28e9549cbb3608fd6ab | |
parent | f2f41ebef48dcf5857f8522cca99be9464a3f3b4 [diff] [blame] |
Added _struct._clearcache() for regression tests
diff --git a/Lib/struct.py b/Lib/struct.py index 297e7d0..3784c05 100644 --- a/Lib/struct.py +++ b/Lib/struct.py
@@ -1 +1,2 @@ from _struct import * +from _struct import _clearcache