How to Solve NameError: name 'Permission' is not defined -- smarter_common
Solution: Import the 'Permission' module
# Add the following line to the top of your code
from smarter_common.security.root_factory import Permission
For more information:
smarter_common Permission