0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/test/test_crypt.py

7 lines
157 B
Python
Raw Normal View History

1996-12-10 00:13:45 +01:00
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
import crypt
print 'Test encryption: ', crypt.crypt('mypassword', 'ab')