Unify configuration, extract common functions #55

Closed
opened 2022-01-10 21:49:19 +01:00 by pfm · 1 comment
Collaborator

Each Python script contains the following snippet:

# Read configuration from /etc/gpg-mailgate.conf
_cfg = RawConfigParser()
_cfg.read('/etc/gpg-mailgate.conf')

We should extract common functionality like that and keep it in a library.

Each Python script contains the following snippet: ```python # Read configuration from /etc/gpg-mailgate.conf _cfg = RawConfigParser() _cfg.read('/etc/gpg-mailgate.conf') ``` We should extract common functionality like that and keep it in a library.
pfm added this to the Python3 rewrite milestone 2022-01-10 21:49:19 +01:00
pfm added the
CODE
label 2022-01-10 21:49:19 +01:00
Author
Collaborator

We'll need to:

  • update documentation and installation instructions;
  • update example configuration file.
We'll need to: - update documentation and installation instructions; - update example configuration file.
Sign in to join this conversation.
No description provided.