OpenSlides/openslides/motion/__init__.py

16 lines
379 B
Python
Raw Normal View History

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
~~~~~~~~~~~~~~~~~
The OpenSlides motion app appends the functionality to OpenSlides to
2013-02-05 18:46:46 +01:00
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
import openslides.motion.slides