diff options
| author | bwarsaw | 1998-06-19 19:32:48 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 19:32:48 +0000 |
| commit | 99f721f65906e4f2d1036da3a886426aa0ec5aea (patch) | |
| tree | 93ffed3285a375b2f9766715fe61b03cd3aafd78 /modules/mm_crypt.py | |
| parent | 664f1baa491de8a96d859f28b73aca877ce23f14 (diff) | |
| download | mailman-99f721f65906e4f2d1036da3a886426aa0ec5aea.tar.gz mailman-99f721f65906e4f2d1036da3a886426aa0ec5aea.tar.zst mailman-99f721f65906e4f2d1036da3a886426aa0ec5aea.zip | |
All these files have been moved to the Mailman directory (and some renamed)
Diffstat (limited to 'modules/mm_crypt.py')
| -rw-r--r-- | modules/mm_crypt.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/mm_crypt.py b/modules/mm_crypt.py deleted file mode 100644 index 6f568464c..000000000 --- a/modules/mm_crypt.py +++ /dev/null @@ -1,8 +0,0 @@ -import mm_cfg - -if mm_cfg.USE_CRYPT: - from crypt import * -else: - def crypt(string, seed): - import md5 - return md5.new(string).digest() |
