diff options
| author | Aurélien Bompard | 2016-11-21 12:45:16 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2016-11-21 12:45:16 +0100 |
| commit | 0a5efbdf15a67f6e4065c78b0c70e72202e0d965 (patch) | |
| tree | eb4da32bbfb874f999736d8bf678870e08459818 /src/mailman/interfaces | |
| parent | 88b40de08e133122ae464de922d3a9e9c3ad1376 (diff) | |
| download | mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.tar.gz mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.tar.zst mailman-0a5efbdf15a67f6e4065c78b0c70e72202e0d965.zip | |
Fix the Flake8 ignore tags
Diffstat (limited to 'src/mailman/interfaces')
| -rw-r--r-- | src/mailman/interfaces/template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/interfaces/template.py b/src/mailman/interfaces/template.py index e576eb882..24f956b78 100644 --- a/src/mailman/interfaces/template.py +++ b/src/mailman/interfaces/template.py @@ -157,6 +157,7 @@ class ITemplateManager(Interface): :type context: str """ + # Mapping of template names to their in-source file names. A None value means # that there is no file in the tree for that template. |
