Coverage for lino/modlib/events/__init__.py : 50%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: UTF-8 -*- # Copyright 2013-2015 Luc Saffre # License: BSD (see file COPYING for details)
A rather specialized app used for :mod:`lino.projects.events`. """
# Copyright 2008-2015 Luc Saffre # License: BSD (see file COPYING for details)
""" Adds functionality for managing foos.
.. autosummary:: :toctree:
models fixtures.vor
"""
"See :doc:`/dev/plugins`."
m = m.add_menu(self.app_label, self.verbose_name) m.add_action('events.Types') m.add_action('events.Places') m.add_action('events.Features')
m = m.add_menu(self.app_label, self.verbose_name) m.add_action('events.Events') |