docs(usermodel): correct module docstring
This commit is contained in:
parent
b607ddf5a9
commit
08ad0b4474
@ -1,8 +1,4 @@
|
|||||||
"""Provides the application-internal class-based models for users and groups.
|
"""Provides the application-internal class-based models for users and groups."""
|
||||||
|
|
||||||
Also provides methods to convert LDAP user/group entries into user/group objects
|
|
||||||
and vice versa.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from string import ascii_lowercase, ascii_uppercase, digits, whitespace
|
from string import ascii_lowercase, ascii_uppercase, digits, whitespace
|
||||||
from base64 import b64decode
|
from base64 import b64decode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user