commit | e10deca7e035fdf95c19b0713ba9a7fb9996eae7 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Fri Apr 06 19:32:32 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Fri Apr 06 19:32:32 2007 +0000 |
tree | 0f1f96a6375f25076596fca315166ab2075f2a03 | |
parent | 1dd9a2ccc33ab62a65d5d380ad5b3e4d618c6502 [diff] [blame] |
Import cleanup in test_crypt.
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')