Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.

This commit is contained in:
Alexander Belopolsky 2011-01-31 19:27:55 +00:00
parent 6b449baa83
commit f0313560e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
__all__ = [ __all__ = [
# Functions # Functions
'calcsize', 'pack', 'unpack', 'unpack', 'unpack_from', 'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
# Classes # Classes
'Struct', 'Struct',