diff options
| author | Florian Fuchs | 2013-03-20 18:17:27 -0700 |
|---|---|---|
| committer | Florian Fuchs | 2013-03-20 18:17:27 -0700 |
| commit | c8c7c3e95088db4b6e9e8b7d58094fe2818b622b (patch) | |
| tree | 42ab1628781c746a75d399011874c4fd76841078 /src/mailman/rest/users.py | |
| parent | 444a4705f3eb52bd90869aca3a9a419d2a8a7994 (diff) | |
| download | mailman-c8c7c3e95088db4b6e9e8b7d58094fe2818b622b.tar.gz mailman-c8c7c3e95088db4b6e9e8b7d58094fe2818b622b.tar.zst mailman-c8c7c3e95088db4b6e9e8b7d58094fe2818b622b.zip | |
Diffstat (limited to 'src/mailman/rest/users.py')
| -rw-r--r-- | src/mailman/rest/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py index 114451afd..21bcad202 100644 --- a/src/mailman/rest/users.py +++ b/src/mailman/rest/users.py @@ -86,7 +86,7 @@ class _UserBase(resource.Resource, CollectionMixin): resource['display_name'] = user.display_name return resource - @paginate() + @paginate def _get_collection(self, request): """See `CollectionMixin`.""" return list(getUtility(IUserManager).users) |
