From 386c23f9f86f952ddde315d4fbb91bb159cde0ac Mon Sep 17 00:00:00 2001 From: "Piotr F. Mieszkowski" Date: Sat, 15 Oct 2022 13:47:45 +0200 Subject: [PATCH] Document dependencies on the logging module --- lacre/keycache.py | 6 +++++- lacre/mailgate.py | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lacre/keycache.py b/lacre/keycache.py index 30c7f7d..92ff88a 100644 --- a/lacre/keycache.py +++ b/lacre/keycache.py @@ -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 diff --git a/lacre/mailgate.py b/lacre/mailgate.py index a77220a..a7b6cb6 100644 --- a/lacre/mailgate.py +++ b/lacre/mailgate.py @@ -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 #