modstruct: Group module qstr's together.

This commit is contained in:
Paul Sokolovsky 2015-05-04 15:50:05 +03:00
parent 9e00ac89d5
commit 1829d86ef5

View File

@ -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