From 7835018432e5697f493cce9e699a997b8742c907 Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Fri, 7 Sep 2018 21:29:14 +0100 Subject: [PATCH] Remove lib/random dependency from pong --- pong/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong/main.py b/pong/main.py index 1c1ef7b..a960adf 100644 --- a/pong/main.py +++ b/pong/main.py @@ -3,7 +3,7 @@ ___name___ = "Pong" ___license___ = "WTFPL" ___categories___ = ["Games"] -___dependencies___ = ["dialogs", "app", "ugfx_helper", "random", "sleep", "buttons"] +___dependencies___ = ["dialogs", "app", "ugfx_helper", "sleep", "buttons"] import math, ugfx, ugfx_helper, random, sleep, buttons, time from tilda import Buttons