diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 06:55:24 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 07:02:57 +0300 |
commit | a3e50eacca4d3fbc70561d39b9f47e199eb4c87f (patch) | |
tree | dcaebc5f482c6ba15af8d87d261d710f8e22dcbe /unix | |
parent | 5500cdeec76e5be33f03fe63063a6d0fca40d133 (diff) | |
download | micropython-a3e50eacca4d3fbc70561d39b9f47e199eb4c87f.tar.gz micropython-a3e50eacca4d3fbc70561d39b9f47e199eb4c87f.zip |
py: Move sys attribute qstrs's to core.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/qstrdefsport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index a4772a2be9..42f20d2657 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -2,10 +2,6 @@ Q(Test) -Q(argv) -Q(stdin) -Q(stdout) -Q(stderr) Q(rawsocket) Q(socket) Q(sockaddr_in) |