From f26bcbafc53fe71b79853f2f8b3182160fea7f7e Mon Sep 17 00:00:00 2001 From: Renze Nicolai <renze@rnplus.nl> Date: Wed, 21 Aug 2019 00:29:00 +0200 Subject: [PATCH] Fix import line --- preload/menu.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/preload/menu.py b/preload/menu.py index 5d623a6b..5a08a7b8 100644 --- a/preload/menu.py +++ b/preload/menu.py @@ -5,9 +5,7 @@ You can customize this script however you want :) If you want to go back to the default version, just delete this file; the firmware will recreate it on next run. """ -import buttons -import color -import display, os, ujson, sys +import buttons, color, display, os, ujson, sys def read_metadata(app_folder): try: -- GitLab