diff options
Diffstat (limited to 'tests/extmod/framebuf_palette.py')
| -rw-r--r-- | tests/extmod/framebuf_palette.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/framebuf_palette.py b/tests/extmod/framebuf_palette.py index f5b15fda7..ad1af2cf4 100644 --- a/tests/extmod/framebuf_palette.py +++ b/tests/extmod/framebuf_palette.py @@ -1,6 +1,6 @@ # Test blit between different color spaces try: - import framebuf, usys + import framebuf, sys except ImportError: print("SKIP") raise SystemExit |
