OpenSlides/openslides/participant/__init__.py

20 lines
402 B
Python
Raw Normal View History

2013-03-12 20:58:22 +01:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
openslides.participant
~~~~~~~~~~~~~~~~~~~~~~
The OpenSlides participant app.
:copyright: (c) 20112013 by the OpenSlides team, see AUTHORS.
2013-03-12 20:58:22 +01:00
:license: GNU GPL, see LICENSE for more details.
"""
from django.utils.translation import ugettext_noop
from . import signals
from . import slides
2013-03-12 20:58:22 +01:00
NAME = ugettext_noop('Participant')