py: mp_builtin___import__(): Add const to arg type.

This commit is contained in:
Paul Sokolovsky
2014-10-25 21:03:20 +03:00
parent 8456cc017b
commit 8becca7c82
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
mp_obj_t mp_builtin___import__(mp_uint_t n_args, mp_obj_t *args);
mp_obj_t mp_builtin___import__(mp_uint_t n_args, const mp_obj_t *args);
mp_obj_t mp_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs);
MP_DECLARE_CONST_FUN_OBJ(mp_builtin___build_class___obj);