mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -30,7 +30,7 @@ class FancyCounter(handler.ContentHandler):
|
|||
for pair in self._attr_types.items():
|
||||
print "%20s %d" % pair
|
||||
|
||||
|
||||
|
||||
parser = make_parser()
|
||||
parser.setContentHandler(FancyCounter())
|
||||
parser.parse(sys.argv[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue