From 992d2ea7e12d7bc1aa6a0e642edaf932d594a312 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 19 Feb 2016 22:52:52 -0500 Subject: [PATCH] help: Use new setup mechanism --- plinth/modules/help/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/modules/help/__init__.py b/plinth/modules/help/__init__.py index 27adfedfb..60aa4ebaf 100644 --- a/plinth/modules/help/__init__.py +++ b/plinth/modules/help/__init__.py @@ -23,3 +23,7 @@ from . import help # pylint: disable-msg=W0622 from .help import init __all__ = ['help', 'init'] + +version = 1 + +is_essential = 1