Coverage for lino/modlib/lino_startup/__init__.py : 79%

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 2015 Luc Saffre # License: BSD (see file COPYING for details)
.. autosummary:: :toctree:
models management.commands
"""
# from lino.api.ad import Plugin, _
# class Plugin(Plugin):
# ui_label = _("Lino")
# # media_name = 'lino'
# def __init__(self): # # raise Exception("20150820") # super(LinoConfig, self).__init__() # startup()
# raise Exception("20150820") # print "20151010 LinoConfig.ready() gonna call Site.startup" except Exception as e: print(e) raise
|