summaryrefslogtreecommitdiff
path: root/py/builtinimport.c
AgeCommit message (Expand)Author
2014-01-04Split qstr into pools, and put initial pool in ROM.Damien George
2014-01-03Change mp_compile so that it returns a function object for the module.Damien George
2014-01-03Basic implementation of import.Damien George