kopia lustrzana https://github.com/micropython/micropython-lib
argparse: Update for _collections renamed to ucollections.
rodzic
1ecffa068e
commit
a55bc676f6
|
@ -3,7 +3,7 @@ Minimal and functional version of CPython's argparse module.
|
|||
"""
|
||||
|
||||
import sys
|
||||
from _collections import namedtuple
|
||||
from ucollections import namedtuple
|
||||
|
||||
|
||||
class _ArgError(BaseException):
|
||||
|
|
Ładowanie…
Reference in New Issue