diff options
Diffstat (limited to 'Lib')
-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 3784c055be..b022355c18 100644 --- a/Lib/struct.py +++ b/Lib/struct.py @@ -1,2 +1,3 @@ from _struct import * from _struct import _clearcache +from _struct import __doc__ |