Reorganized vendored micropython libraries
This commit is contained in:
9
libs/README.md
Normal file
9
libs/README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Vendored MicroPyton libraries
|
||||||
|
|
||||||
|
This directory contains some libraries that are required by examples and unit
|
||||||
|
tests.
|
||||||
|
|
||||||
|
All libraries except `utemplate` were copied from the
|
||||||
|
[micropython-lib](https://github.com/micropython/micropython-lib) project. See
|
||||||
|
the README file in the `common/utemplate` subdirectory for details about this
|
||||||
|
library.
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.insert(0, 'src')
|
sys.path.insert(0, 'src')
|
||||||
sys.path.insert(2, 'tests/libs')
|
sys.path.insert(2, 'libs/common')
|
||||||
|
sys.path.insert(3, 'libs/micropython')
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user