Commit e95665d2 authored by Andreas Jung's avatar Andreas Jung

typo

parent bc5b474e
......@@ -19,7 +19,7 @@ This mechanism offers *no network security at all*; the only security
is provided by not storing plaintext passwords on disk.
"""
try
try:
from hashlib import sha1 as sha
except ImportError:
import sha
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment