modstruct: Group module qstr's together.
This commit is contained in:
parent
9e00ac89d5
commit
1829d86ef5
@ -181,9 +181,6 @@ Q(memoryview)
|
||||
#endif
|
||||
Q(bytes)
|
||||
Q(callable)
|
||||
#if MICROPY_PY_STRUCT
|
||||
Q(calcsize)
|
||||
#endif
|
||||
Q(chr)
|
||||
Q(classmethod)
|
||||
Q(_collections)
|
||||
@ -467,6 +464,7 @@ Q(print_exception)
|
||||
Q(struct)
|
||||
Q(pack)
|
||||
Q(unpack)
|
||||
Q(calcsize)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_UCTYPES
|
||||
|
Loading…
Reference in New Issue
Block a user