mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
new test script for cryptmodule.py
This commit is contained in:
parent
b6b85ddc95
commit
75362381b5
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue