summaryrefslogtreecommitdiffstats
path: root/Lib/dos_8x3/test_cry.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dos_8x3/test_cry.py')
-rw-r--r--Lib/dos_8x3/test_cry.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/dos_8x3/test_cry.py b/Lib/dos_8x3/test_cry.py
new file mode 100644
index 0000000..08e6b61
--- /dev/null
+++ b/Lib/dos_8x3/test_cry.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')