diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 18:32:25 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 18:32:25 +0300 |
commit | a4e38db30dacf6bd2d0b5c9221ca6efef7202a92 (patch) | |
tree | 79972ef77b71eb15094f914dc6d78b9e8715430e /unix/modules/upip.py | |
parent | 5c312861a611df156f2fb2b0811f3713df2edb14 (diff) | |
download | micropython-a4e38db30dacf6bd2d0b5c9221ca6efef7202a92.tar.gz micropython-a4e38db30dacf6bd2d0b5c9221ca6efef7202a92.zip |
unix: Move upip to frozen bytecode dir.
For x86_64 build, this saves only 128 bytes on the final executable
size, but still an improvement.
Diffstat (limited to 'unix/modules/upip.py')
l--------- | unix/modules/upip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/modules/upip.py b/unix/modules/upip.py new file mode 120000 index 0000000000..20d52a4ab7 --- /dev/null +++ b/unix/modules/upip.py @@ -0,0 +1 @@ +../../tools/upip.py
\ No newline at end of file |