summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-14 23:01:44 -0600
committerMichael Merickel <michael@merickel.org>2020-01-14 23:01:44 -0600
commiteb7046c8eeb8c9b598260ae8c8976187a8f84953 (patch)
tree80704a2d342ff830fcdefedbb8db68cabdcb3ed6
parent1d6d0fcb2ce9bdb51fdb84b926b2f7c9b80763d2 (diff)
downloadpyramid-eb7046c8eeb8c9b598260ae8c8976187a8f84953.tar.gz
pyramid-eb7046c8eeb8c9b598260ae8c8976187a8f84953.tar.bz2
pyramid-eb7046c8eeb8c9b598260ae8c8976187a8f84953.zip
fix comment
-rw-r--r--src/pyramid/authorization.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pyramid/authorization.py b/src/pyramid/authorization.py
index a0524a8cc..42171088f 100644
--- a/src/pyramid/authorization.py
+++ b/src/pyramid/authorization.py
@@ -29,16 +29,15 @@ Allow = Allow # api
Deny = Deny # api
+# subclasses to fix __module__
class AllPermissionsList(_AllPermissionsList):
pass
-# subclass to fix __qualname__
class ACLAllowed(_ACLAllowed):
pass
-# subclass to fix __qualname__
class ACLDenied(_ACLDenied):
pass