mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
new test script for cryptmodule.py
This commit is contained in:
parent
b6b85ddc95
commit
75362381b5
6
Lib/test/test_crypt.py
Executable file
6
Lib/test/test_crypt.py
Executable file
@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env python
|
||||
"""Simple test script for cryptmodule.c
|
||||
Roger E. Masse
|
||||
"""
|
||||
import crypt
|
||||
print 'Test encryption: ', crypt.crypt('mypassword', 'ab')
|
Loading…
Reference in New Issue
Block a user