Whitespace normalization.

This commit is contained in:
Tim Peters 2001-01-21 04:49:16 +00:00
parent 384fd106e8
commit dfc538acae
3 changed files with 12 additions and 13 deletions

View file

@ -49,7 +49,7 @@ default is 1, i.e. aligned.
"""
__all__ = ["Chunk"]
class Chunk:
def __init__(self, file, align = 1, bigendian = 1, inclheader = 0):
import struct