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/rtc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/pyb/rtc.py') diff --git a/tests/pyb/rtc.py b/tests/pyb/rtc.py index ac716b27f..853aa7957 100644 --- a/tests/pyb/rtc.py +++ b/tests/pyb/rtc.py @@ -1,4 +1,6 @@ +import pyb from pyb import RTC + rtc = RTC() print(rtc) rtc.datetime((2014, 1, 1, 1, 0, 0, 0, 0)) -- cgit v1.2.3