diff options
| author | Barry Warsaw | 2014-03-02 17:59:30 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-03-02 17:59:30 -0500 |
| commit | b2212b052aa80376e0a42aaee87306dd43fe4608 (patch) | |
| tree | 55d7e246009289457a00e5360839fe1b4661b4c5 /src/mailman/config/config.py | |
| parent | 703cd02ce0dd891d04d635513af74e24e4a9615c (diff) | |
| download | mailman-b2212b052aa80376e0a42aaee87306dd43fe4608.tar.gz mailman-b2212b052aa80376e0a42aaee87306dd43fe4608.tar.zst mailman-b2212b052aa80376e0a42aaee87306dd43fe4608.zip | |
Diffstat (limited to 'src/mailman/config/config.py')
| -rw-r--r-- | src/mailman/config/config.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/config/config.py b/src/mailman/config/config.py index 67884f8b2..e8c8ebc8b 100644 --- a/src/mailman/config/config.py +++ b/src/mailman/config/config.py @@ -259,12 +259,6 @@ class Configuration: yield archiver @property - def style_configs(self): - """Iterate over all the style configuration sections.""" - for section in self._config.getByCategory('style', []): - yield section - - @property def language_configs(self): """Iterate over all the language configuration sections.""" for section in self._config.getByCategory('language', []): |
