From 9aeec0e3a352f8252688de8337c1ece2c071baa4 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 6 Oct 2014 22:30:46 +0300 Subject: [PATCH] tests: Add missing "import sys". --- tests/extmod/uctypes_ptr_le.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/extmod/uctypes_ptr_le.py b/tests/extmod/uctypes_ptr_le.py index d2ceb76f47..411799db5f 100644 --- a/tests/extmod/uctypes_ptr_le.py +++ b/tests/extmod/uctypes_ptr_le.py @@ -1,3 +1,4 @@ +import sys import uctypes if sys.byteorder != "little":