Removed dependency on random

sammachin-gprs
Paco Hope 5 years ago
parent 9de6896388
commit 2e9aa2e345

@ -3,7 +3,7 @@
___name___ = "3D Spin"
___license___ = "MIT"
___categories___ = ["Demo"]
___dependencies___ = ["app", "ugfx_helper", "random", "sleep", "buttons"]
___dependencies___ = ["app", "ugfx_helper", "sleep", "buttons"]
import ugfx
from tilda import Buttons

@ -3,7 +3,7 @@
___name___ = "Breakout"
___license___ = "MIT"
___categories___ = ["Games"]
___dependencies___ = ["app", "ugfx_helper", "random", "buttons"]
___dependencies___ = ["app", "ugfx_helper", "buttons"]
from tilda import Buttons
import ugfx, ugfx_helper, dialogs

@ -3,7 +3,7 @@
___name___ = "Conway game of life"
___license___ = "MIT"
___categories___ = ["Games"]
___dependencies___ = ["app", "ugfx_helper", "random", "sleep", "buttons"]
___dependencies___ = ["app", "ugfx_helper", "sleep", "buttons"]
import app, ugfx, ugfx_helper, buttons, sleep, time, random
from tilda import Buttons

@ -17,7 +17,7 @@ They also *may*:
"""
___license___ = "MIT"
___dependencies___ = ["database", "buttons", "random", "app", "sleep", "ugfx_helper", "wifi", "sim800"]
___dependencies___ = ["database", "buttons", "app", "sleep", "ugfx_helper", "wifi", "sim800"]
import database, ugfx, random, buttons, tilda, sleep, ugfx_helper, wifi, time, sim800
from app import App

@ -1,7 +1,7 @@
"""Tests for random lib"""
___license___ = "MIT"
___dependencies___ = ["upip:unittest", "random"]
___dependencies___ = ["upip:unittest"]
import unittest
from random import *

@ -3,7 +3,7 @@
"""
___name___ = "Screen Party"
___license___ = "MIT"
___dependencies___ = ["ugfx_helper", "sleep", "random"]
___dependencies___ = ["ugfx_helper", "sleep"]
___categories___ = ["Homescreens"]
___bootstrapped___ = False

Loading…
Cancel
Save