summaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-27 15:24:16 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-27 15:24:16 -0800
commitbf05183158c67c4ef1824c3b1296d401bc7754d8 (patch)
treee33edfecab159138716a2d40dd69e2a1fe23e03f /examples/micropython.py
parent5eb3b208e8d612e2b50bc6e402a2a8901c72640d (diff)
parent892d5cda63fbee051b88db3d9cc8e4ba8555cb96 (diff)
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Diffstat (limited to 'examples/micropython.py')
-rw-r--r--examples/micropython.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/micropython.py b/examples/micropython.py
deleted file mode 100644
index f91da94f4..000000000
--- a/examples/micropython.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# micropython module placeholder for CPython
-
-# Dummy function decorators
-
-def nodecor(x):
- return x
-
-bytecode = native = viper = nodecor