diff options
| author | Barry Warsaw | 2017-07-22 03:02:06 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-07-22 03:02:06 +0000 |
| commit | 02826321d0430d7ffc1f674eeff4221941689ef7 (patch) | |
| tree | 1a8e56dff0eab71e58e5fc9ecc5f3c614d7edca7 /src/mailman/config/config.py | |
| parent | f54c045519300f6f70947d1114f46c2b8ae0d368 (diff) | |
| parent | f00b94f18e1d82d1488cbcee6053f03423bc2f49 (diff) | |
| download | mailman-02826321d0430d7ffc1f674eeff4221941689ef7.tar.gz mailman-02826321d0430d7ffc1f674eeff4221941689ef7.tar.zst mailman-02826321d0430d7ffc1f674eeff4221941689ef7.zip | |
Diffstat (limited to 'src/mailman/config/config.py')
| -rw-r--r-- | src/mailman/config/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/config/config.py b/src/mailman/config/config.py index bab041a05..61c9fe6ed 100644 --- a/src/mailman/config/config.py +++ b/src/mailman/config/config.py @@ -77,6 +77,7 @@ class Configuration: self.pipelines = {} self.commands = {} self.password_context = None + self.db = None def _clear(self): """Clear the cached configuration variables.""" |
