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

16 lines
217 B
Python

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