Files
mayan-edms/apps/permissions/registry.py
2012-10-05 03:04:32 -04:00

12 lines
161 B
Python

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