kopia lustrzana https://github.com/micropython/micropython-lib
argparse: Move back to python-stdlib.
Although this primarily makes sense for the unix port, there's nothing preventing it being used on any port, and it's written for MicroPython. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>pull/537/head
rodzic
8a03f7b91f
commit
cb88a6a554
|
@ -1,6 +1,6 @@
|
||||||
metadata(version="0.9.0")
|
metadata(version="0.9.0")
|
||||||
|
|
||||||
require("argparse", unix_ffi=True)
|
require("argparse")
|
||||||
require("fnmatch")
|
require("fnmatch")
|
||||||
|
|
||||||
module("unittest.py")
|
module("unittest.py")
|
||||||
|
|
Ładowanie…
Reference in New Issue