From cad13f88695966992183899cb6a8c44d93da842d Mon Sep 17 00:00:00 2001 From: Benjamin Boortz Date: Sun, 2 Sep 2018 12:03:00 +0100 Subject: [PATCH] hello world imports fixed --- hello_world/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world/main.py b/hello_world/main.py index 82abdbd..7cdd174 100644 --- a/hello_world/main.py +++ b/hello_world/main.py @@ -5,7 +5,7 @@ ___license___ = "MIT" ___dependencies___ = ["sleep", "app"] ___categories___ = ["EMF"] -import ugfx, os, time, sleep, app +import ugfx, sleep, app from tilda import Buttons