Remove lib/random dependency from pong

sammachin-gprs
Dave Arter 5 years ago
parent d696b27ba1
commit 7835018432
  1. 2
      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

Loading…
Cancel
Save