changeset 54 | 59683c264d94 |
parent 19 | cccce8238bd7 |
--- a/src/pyams_security/zmi/interfaces.py Thu Oct 08 09:30:56 2015 +0200 +++ b/src/pyams_security/zmi/interfaces.py Thu Oct 08 09:31:45 2015 +0200 @@ -23,3 +23,7 @@ class ISecurityManagerMenu(IMenuItem): """Security manager menu interface""" + + +class IObjectSecurityMenu(IMenuItem): + """Object security menu"""