Files
mayan-edms/mayan/apps/permissions/registry.py
2014-06-25 02:53:12 -04:00

11 lines
160 B
Python

from __future__ import absolute_import
from .cleanup import cleanup
bootstrap_models = [
{
'name': 'role',
},
]
cleanup_functions = [cleanup]