From: Collin Winter Date: Fri, 6 Apr 2007 19:32:32 +0000 (+0000) Subject: Import cleanup in test_crypt. X-Git-Tag: v2.6a1~1861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10deca7e035fdf95c19b0713ba9a7fb9996eae7;p=thirdparty%2FPython%2Fcpython.git Import cleanup in test_crypt. --- diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py index dfbcbdf2283d..c69dba882a12 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')