tests: Update for _io/_collections module having been renamed.

This commit is contained in:
Paul Sokolovsky
2016-05-02 14:15:11 +03:00
parent 621c644205
commit 8c35f3979c
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import _io as io # uPy does not have io module builtin
import uio as io # uPy does not have io module builtin
import sys
if hasattr(sys, 'print_exception'):
print_exception = sys.print_exception