Files
mayan-edms/mayan/apps/events/__init__.py
2015-01-19 04:06:40 -04:00

9 lines
180 B
Python

from __future__ import unicode_literals
from project_tools.api import register_tool
from .classes import Event # NOQA
from .links import events_list
register_tool(events_list)