diff options
| author | Barry Warsaw | 2016-03-25 19:03:05 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-25 19:03:05 -0400 |
| commit | c81e250e3a5690e8c8f9f4dc4b460c2a81731c48 (patch) | |
| tree | 8152b01042ce3cd9a2f118759cbab7193f41b64e /src/mailman/utilities/queries.py | |
| parent | 01433eedaeea07b72bfc8b2a970a1e0023975cd6 (diff) | |
| download | mailman-c81e250e3a5690e8c8f9f4dc4b460c2a81731c48.tar.gz mailman-c81e250e3a5690e8c8f9f4dc4b460c2a81731c48.tar.zst mailman-c81e250e3a5690e8c8f9f4dc4b460c2a81731c48.zip | |
Diffstat (limited to 'src/mailman/utilities/queries.py')
| -rw-r--r-- | src/mailman/utilities/queries.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mailman/utilities/queries.py b/src/mailman/utilities/queries.py index 1a35e35fe..e27ae9a17 100644 --- a/src/mailman/utilities/queries.py +++ b/src/mailman/utilities/queries.py @@ -17,14 +17,11 @@ """Some helpers for queries.""" -__all__ = [ - 'QuerySequence', - ] - - from collections.abc import Sequence +from mailman import public +@public class QuerySequence(Sequence): """A simple wrapper class around database query results. |
