summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/test_crypt.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
new file mode 100755
index 0000000..08e6b61
--- /dev/null
+++ b/Lib/test/test_crypt.py
@@ -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')