Skip to content
Snippets Groups Projects
Commit 1829d86e authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

modstruct: Group module qstr's together.

parent 9e00ac89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment