diff options
| author | Barry Warsaw | 2009-06-29 21:46:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-06-29 21:46:20 -0400 |
| commit | 5d5716d50b54efbeb60f26a184ec21118e9eae79 (patch) | |
| tree | 84e742698111a5fcb911bffc29d1a5d277a39793 /src/mailman/rest/urls.py | |
| parent | 853060fa5fd453b745b09d991b8053c2024cb079 (diff) | |
| download | mailman-5d5716d50b54efbeb60f26a184ec21118e9eae79.tar.gz mailman-5d5716d50b54efbeb60f26a184ec21118e9eae79.tar.zst mailman-5d5716d50b54efbeb60f26a184ec21118e9eae79.zip | |
Diffstat (limited to 'src/mailman/rest/urls.py')
| -rw-r--r-- | src/mailman/rest/urls.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mailman/rest/urls.py b/src/mailman/rest/urls.py index 5d8d7930b..cdd921d4e 100644 --- a/src/mailman/rest/urls.py +++ b/src/mailman/rest/urls.py @@ -69,8 +69,7 @@ class AbsoluteURLMapper: # Special cases. if isinstance(ob, AdminWebServiceApplication): return '' - urls = dict( - system='system', - domains='domains', - ) + urls = { + system: 'system', + } return urls[ob] |
