From cda363a036f550707ed48d94e1be3ad54dda90b6 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 4 May 2014 12:40:51 +0100 Subject: tests, pyb: Add 'import pyb' when needed. --- tests/pyb/led.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyb/led.py') diff --git a/tests/pyb/led.py b/tests/pyb/led.py index a727c90dfa..9f5ccdf7a9 100644 --- a/tests/pyb/led.py +++ b/tests/pyb/led.py @@ -1,3 +1,4 @@ +import pyb from pyb import LED for i in range(4): -- cgit v1.2.3