diff options
| author | Barry Warsaw | 2014-10-11 22:43:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-10-11 22:43:07 -0400 |
| commit | 24e0cf6a5971454c21145d7af319fe5e15de7839 (patch) | |
| tree | 7ae85b79078d0c2255f3c3c43e6f5a0e29135237 /src/mailman/config/config.py | |
| parent | 061799ef5031977bd343bbe54a6ad809138bdb45 (diff) | |
| download | mailman-24e0cf6a5971454c21145d7af319fe5e15de7839.tar.gz mailman-24e0cf6a5971454c21145d7af319fe5e15de7839.tar.zst mailman-24e0cf6a5971454c21145d7af319fe5e15de7839.zip | |
Diffstat (limited to 'src/mailman/config/config.py')
| -rw-r--r-- | src/mailman/config/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/config/config.py b/src/mailman/config/config.py index 0ba88e089..d8b844f65 100644 --- a/src/mailman/config/config.py +++ b/src/mailman/config/config.py @@ -87,7 +87,7 @@ class Configuration: self.pipelines = {} self.commands = {} self.password_context = None - self.initialized = False + #self.initialized = False def _clear(self): """Clear the cached configuration variables.""" @@ -137,7 +137,7 @@ class Configuration: # Expand and set up all directories. self._expand_paths() self.ensure_directories_exist() - self.initialized = True + #self.initialized = True notify(ConfigurationUpdatedEvent(self)) def _expand_paths(self): |
