Skip to content

Commit 05bc418

Browse files
author
Andrey Antukh
committed
Merge pull request #6 from DavidJFelix/patch-4
Add alias to base.py
2 parents 6bc7b8a + 2f2b465 commit 05bc418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

restfw_composed_permissions/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,6 @@ def __and__(self, component):
172172

173173
def __or__(self, component):
174174
return Or(self, component)
175+
176+
#Alias to old typo for backwards compatability
177+
BaseComposedPermision = BaseComposedPermission

0 commit comments

Comments
 (0)