diff options
author | Collin Winter <collinw@gmail.com> | 2007-04-06 19:32:32 +0000 |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-04-06 19:32:32 +0000 |
commit | e10deca7e035fdf95c19b0713ba9a7fb9996eae7 (patch) | |
tree | 0f1f96a6375f25076596fca315166ab2075f2a03 /Lib/test/test_crypt.py | |
parent | 1dd9a2ccc33ab62a65d5d380ad5b3e4d618c6502 (diff) | |
download | cpython-git-e10deca7e035fdf95c19b0713ba9a7fb9996eae7.tar.gz |
Import cleanup in test_crypt.
Diffstat (limited to 'Lib/test/test_crypt.py')
-rwxr-xr-x | Lib/test/test_crypt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py index dfbcbdf228..c69dba882a 100755 --- a/Lib/test/test_crypt.py +++ b/Lib/test/test_crypt.py @@ -3,7 +3,7 @@ Roger E. Masse """ -from test.test_support import verify, verbose +from test.test_support import verbose import crypt c = crypt.crypt('mypassword', 'ab') |