diff options
| author | Barry Warsaw | 2009-05-04 11:33:10 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-05-04 11:33:10 -0400 |
| commit | 48dc1d0d160563bc567e007d94861cf0db8cb994 (patch) | |
| tree | 9a3975330f1540013c0bc83f9dfd4a683a67d545 /src/mailman/rest/webservice.py | |
| parent | 70e6738197f225d486a555bfe7fca81073f38347 (diff) | |
| download | mailman-48dc1d0d160563bc567e007d94861cf0db8cb994.tar.gz mailman-48dc1d0d160563bc567e007d94861cf0db8cb994.tar.zst mailman-48dc1d0d160563bc567e007d94861cf0db8cb994.zip | |
Diffstat (limited to 'src/mailman/rest/webservice.py')
| -rw-r--r-- | src/mailman/rest/webservice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/webservice.py b/src/mailman/rest/webservice.py index fc8bdfcf4..bf1012203 100644 --- a/src/mailman/rest/webservice.py +++ b/src/mailman/rest/webservice.py @@ -83,7 +83,7 @@ class AdminWebServiceApplication: def get(self, name): """Maps root names to resources.""" top_level = dict( - sys=system, + system=system, ) return top_level.get(name) |
