Files
mayan-edms/apps/trash/__init__.py
2012-08-06 19:44:01 -04:00

8 lines
137 B
Python

from __future__ import absolute_import
from documents.models import Document
from .api import make_trashable
make_trashable(Document)