summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crypt.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 (GMT)
commitd2bf3b7ca6f702f54b8e81ea8d194fc116ac6791 (patch)
treec34fdd1272160f21e142ecf814d1dd68ff5cfa98 /Lib/test/test_crypt.py
parentbe4cbb16681ba9274b3017d9ccf3bcb2a2dbc30c (diff)
downloadcpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.zip
cpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.tar.gz
cpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.tar.bz2
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Diffstat (limited to 'Lib/test/test_crypt.py')
-rwxr-xr-xLib/test/test_crypt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index 442040f..ca53ec5 100755
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
@@ -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')