From 60c4c17f94f9bc5f0a32553418a939e6330d7807 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 13 Feb 2016 13:47:27 +0530 Subject: [PATCH] firstboot: Use new setup mechanism --- plinth/modules/first_boot/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/modules/first_boot/__init__.py b/plinth/modules/first_boot/__init__.py index 558116da9..55d9941a0 100644 --- a/plinth/modules/first_boot/__init__.py +++ b/plinth/modules/first_boot/__init__.py @@ -18,3 +18,7 @@ """ Plinth module for first boot wizard """ + +version = 1 + +is_essential = True