Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-23 21:54:23 +00:00
parent 1bddfb84ee
commit 211219af4f
4 changed files with 1019 additions and 1020 deletions

View File

@ -73,4 +73,3 @@ def unpack(fmt, s):
except KeyError: except KeyError:
o = _compile(fmt) o = _compile(fmt)
return o.unpack(s) return o.unpack(s)