kopia lustrzana https://github.com/micropython/micropython-lib
upip: Add copyright header.
rodzic
f0ed97ad23
commit
94af1328c1
|
@ -1,3 +1,10 @@
|
||||||
|
#
|
||||||
|
# upip - Package manager for MicroPython
|
||||||
|
#
|
||||||
|
# Copyright (c) 2015-2018 Paul Sokolovsky
|
||||||
|
#
|
||||||
|
# Licensed under the MIT license.
|
||||||
|
#
|
||||||
import sys
|
import sys
|
||||||
import gc
|
import gc
|
||||||
import uos as os
|
import uos as os
|
||||||
|
|
Ładowanie…
Reference in New Issue