From 76d19f68e4c824bbcba890d924f20a6133ee0326 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 4 Jan 2008 02:54:42 +0000 Subject: Added _struct._clearcache() for regression tests --- Lib/struct.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/struct.py') 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 -- cgit v1.2.1