Skip to content

Commit cb88a6a

Browse files
committed
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>
1 parent 8a03f7b commit cb88a6a

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

unix-ffi/unittest/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
metadata(version="0.9.0")
22

3-
require("argparse", unix_ffi=True)
3+
require("argparse")
44
require("fnmatch")
55

66
module("unittest.py")

0 commit comments

Comments
 (0)