Whitespace normalization.

This commit is contained in:
Tim Peters 2006-03-10 23:39:56 +00:00
parent 922dd7d49d
commit 88ca467ca4
3 changed files with 4 additions and 4 deletions

View file

@ -666,7 +666,7 @@ def merge_old_version(version, new, old):
new.changed.append((version, zip(bidir_changes, category_changes,
decimal_changes, numeric_changes),
normalization_changes))
# --------------------------------------------------------------------
# the following support code is taken from the unidb utilities