diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-04 07:55:10 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-04 19:36:00 +0200 |
commit | 0c59db1973cf4acf9d2582c889a5c58784ec1d31 (patch) | |
tree | 2cfb6cccd39e85957aebf1eae0074ebc060e9940 /unix/qstrdefsport.h | |
parent | 7cd54d79db8abd4bd5c3a964f8096de4f7734b23 (diff) | |
download | micropython-0c59db1973cf4acf9d2582c889a5c58784ec1d31.tar.gz micropython-0c59db1973cf4acf9d2582c889a5c58784ec1d31.zip |
Use qstr id to create sys module.
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index a470e5dab0..598f23bef2 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -1,6 +1,5 @@ // qstrs specific to this port -Q(sys) Q(argv) Q(open) Q(stdin) |