2013-03-12 22:03:56 +01:00
|
|
|
|
#!/usr/bin/env python
|
2013-02-05 18:46:46 +01:00
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
"""
|
|
|
|
|
openslides.motion
|
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2013-02-06 23:56:21 +01:00
|
|
|
|
The OpenSlides motion app appends the functionality to OpenSlides to
|
2013-02-05 18:46:46 +01:00
|
|
|
|
manage motions.
|
|
|
|
|
|
2013-03-01 17:13:12 +01:00
|
|
|
|
:copyright: (c) 2011–2013 by the OpenSlides team, see AUTHORS.
|
2013-02-05 18:46:46 +01:00
|
|
|
|
:license: GNU GPL, see LICENSE for more details.
|
|
|
|
|
"""
|
|
|
|
|
|
2013-09-25 10:01:01 +02:00
|
|
|
|
from . import signals, slides # noqa
|