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/accel.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/pyb/accel.py') diff --git a/tests/pyb/accel.py b/tests/pyb/accel.py index 13f53b33c..e5a1a2ed7 100644 --- a/tests/pyb/accel.py +++ b/tests/pyb/accel.py @@ -1,3 +1,5 @@ +import pyb + accel = pyb.Accel() print(accel) accel.x() -- cgit v1.2.3