summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crypt.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-04-06 19:32:32 (GMT)
committerCollin Winter <collinw@gmail.com>2007-04-06 19:32:32 (GMT)
commite10deca7e035fdf95c19b0713ba9a7fb9996eae7 (patch)
tree0f1f96a6375f25076596fca315166ab2075f2a03 /Lib/test/test_crypt.py
parent1dd9a2ccc33ab62a65d5d380ad5b3e4d618c6502 (diff)
downloadcpython-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-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 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')