Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-03 04:46:14 +00:00
parent 3053667d09
commit 4511a713d5
8 changed files with 64 additions and 72 deletions

View file

@ -14,4 +14,3 @@ for person in newPeople:
# The changes will not be saved unless the transaction is committed explicitly:
con.commit()