diff options
author | Collin Winter <collinw@gmail.com> | 2007-04-06 19:32:32 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-04-06 19:32:32 (GMT) |
commit | e10deca7e035fdf95c19b0713ba9a7fb9996eae7 (patch) | |
tree | 0f1f96a6375f25076596fca315166ab2075f2a03 /Lib/test/test_crypt.py | |
parent | 1dd9a2ccc33ab62a65d5d380ad5b3e4d618c6502 (diff) | |
download | cpython-e10deca7e035fdf95c19b0713ba9a7fb9996eae7.zip cpython-e10deca7e035fdf95c19b0713ba9a7fb9996eae7.tar.gz cpython-e10deca7e035fdf95c19b0713ba9a7fb9996eae7.tar.bz2 |
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 dfbcbdf..c69dba8 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') |