diff options
| author | Barry Warsaw | 2009-06-29 21:30:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-06-29 21:30:04 -0400 |
| commit | 853060fa5fd453b745b09d991b8053c2024cb079 (patch) | |
| tree | 727e04460a2b2314d3d2d64048a7a9bf29131d25 /src/mailman/rest/root.py | |
| parent | cdc95447d97c43f93e8c4b282f150228a5620703 (diff) | |
| download | mailman-853060fa5fd453b745b09d991b8053c2024cb079.tar.gz mailman-853060fa5fd453b745b09d991b8053c2024cb079.tar.zst mailman-853060fa5fd453b745b09d991b8053c2024cb079.zip | |
Diffstat (limited to 'src/mailman/rest/root.py')
| -rw-r--r-- | src/mailman/rest/root.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/root.py b/src/mailman/rest/root.py index 620739287..a6dc26248 100644 --- a/src/mailman/rest/root.py +++ b/src/mailman/rest/root.py @@ -41,13 +41,6 @@ from mailman.core.system import system class AdminWebServiceRootResource(ServiceRootResource): """The root of the Mailman RESTful admin web service.""" - def get(self, name): - """See `IHasGet`.""" - top_level = { - 'sys': system, - } - return top_level.get(name) - class AdminWebServiceRootAbsoluteURL: """A basic implementation of `IAbsoluteURL` for the root object.""" |
