Document dependencies on the logging module

This commit is contained in:
Piotr F. Mieszkowski 2022-10-15 13:47:45 +02:00 committed by Gitea
parent 1db0a09fa5
commit 386c23f9f8
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,8 @@
"""A cache of OpenPGP keys known to Lacre."""
"""A cache of OpenPGP keys known to Lacre.
IMPORTANT: This module has to be loaded _after_ initialisation of the logging
module.
"""
import lacre.text as text
import logging

View File

@ -1,3 +1,9 @@
"""Lacre's actual mail-delivery module.
IMPORTANT: This module has to be loaded _after_ initialisation of the logging
module.
"""
#
# gpg-mailgate
#