Whitespace normalization. Leaving tokenize_tests.py alone for now.

This commit is contained in:
Tim Peters 2001-01-18 02:22:22 +00:00
parent be4cbb1668
commit d2bf3b7ca6
9 changed files with 41 additions and 44 deletions

View file

@ -3,7 +3,7 @@
Roger E. Masse
"""
from test_support import verify, verbose
from test_support import verify, verbose
import crypt
c = crypt.crypt('mypassword', 'ab')