mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Import cleanup in test_crypt.
This commit is contained in:
parent
1dd9a2ccc3
commit
e10deca7e0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
Roger E. Masse
|
Roger E. Masse
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from test.test_support import verify, verbose
|
from test.test_support import verbose
|
||||||
import crypt
|
import crypt
|
||||||
|
|
||||||
c = crypt.crypt('mypassword', 'ab')
|
c = crypt.crypt('mypassword', 'ab')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue