X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/21aaad6dfe5d9b38d7b536486c821365a0d8e76c..065f7ab636cc193c6167dcc1f6a7e31e1a5ab832:/src/micropython.py?ds=sidebyside diff --git a/src/micropython.py b/src/micropython.py index 62698c8..5f369e3 100755 --- a/src/micropython.py +++ b/src/micropython.py @@ -6,10 +6,6 @@ """ -__version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" - - def const(x): "Emulate making a constant" return x