summaryrefslogtreecommitdiff
path: root/src/zope/security/examples/sandbox_security.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security/examples/sandbox_security.py')
-rw-r--r--src/zope/security/examples/sandbox_security.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/security/examples/sandbox_security.py b/src/zope/security/examples/sandbox_security.py
index d102c5f..3618f06 100644
--- a/src/zope/security/examples/sandbox_security.py
+++ b/src/zope/security/examples/sandbox_security.py
@@ -52,7 +52,7 @@ ALL = 'All'
def NoSetAttr(name): return NotAllowed
-class SimulationSecurityDatabase(object):
+class SimulationSecurityDatabase:
"""Security Database
In the database, locations are mapped to authentication tokens to
@@ -106,7 +106,7 @@ class SimulationSecurityPolicy(simplepolicies.ParanoidSecurityPolicy):
@implementer(IParticipation)
-class AgentParticipation(object):
+class AgentParticipation:
"""Agent Participation during the Simulation.
A very simple participation that is specific to the simulations.