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/timer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyb/timer.py') diff --git a/tests/pyb/timer.py b/tests/pyb/timer.py index ff1bda0f23..45cb8550dc 100644 --- a/tests/pyb/timer.py +++ b/tests/pyb/timer.py @@ -1,3 +1,4 @@ +import pyb from pyb import Timer tim = Timer(4) -- cgit v1.2.3