py: Move sys attribute qstrs's to core.

This commit is contained in:
Paul Sokolovsky 2014-04-13 06:55:24 +03:00
parent 5500cdeec7
commit a3e50eacca
2 changed files with 7 additions and 4 deletions

View File

@ -269,3 +269,10 @@ Q(encode)
Q(decode)
Q(utf-8)
#endif
#if MICROPY_ENABLE_MOD_SYS
Q(argv)
Q(stdin)
Q(stdout)
Q(stderr)
#endif

View File

@ -2,10 +2,6 @@
Q(Test)
Q(argv)
Q(stdin)
Q(stdout)
Q(stderr)
Q(rawsocket)
Q(socket)
Q(sockaddr_in)