2013-02-05 18:46:46 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
|
|
openslides.motion
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
The OpenSlides motion app appends the functionality to OpenSlides, to
|
|
|
|
manage motions.
|
|
|
|
|
|
|
|
:copyright: (c) 2011-2013 by the OpenSlides team, see AUTHORS.
|
|
|
|
:license: GNU GPL, see LICENSE for more details.
|
|
|
|
"""
|
|
|
|
|
2013-01-26 16:33:55 +01:00
|
|
|
import openslides.motion.signals
|
2013-02-02 00:27:16 +01:00
|
|
|
import openslides.motion.slides
|