summaryrefslogtreecommitdiff
path: root/Lib/chunk.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 +0000
committerSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 +0000
commit09c1d1d3ff5871fc5a3a4dc92f2282b1c98fa840 (patch)
treec76a151e885de5c853a6ffded2a36496a35bd2eb /Lib/chunk.py
parent2fa776bb1580cf5a8dcc34036ed91177f567c163 (diff)
downloadcpython-09c1d1d3ff5871fc5a3a4dc92f2282b1c98fa840.tar.gz
removed __all__ from several modules
Diffstat (limited to 'Lib/chunk.py')
-rw-r--r--Lib/chunk.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/chunk.py b/Lib/chunk.py
index 96460c0471..0a93cd3137 100644
--- a/Lib/chunk.py
+++ b/Lib/chunk.py
@@ -48,8 +48,6 @@ specifies whether or not chunks are aligned on 2-byte boundaries. The
default is 1, i.e. aligned.
"""
-__all__ = ["Chunk"]
-
class Chunk:
def __init__(self, file, align = 1, bigendian = 1, inclheader = 0):
import struct