summaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-04-06 01:58:29 +0000
committersommersoft <sommersoft@gmail.com>2018-04-06 01:58:29 +0000
commitcc644032ea81783de0e1e15b90dac2ce7913011b (patch)
treef859d54e7b8830b96cf9965dcb54c2f2daaaa21a /examples/micropython.py
parentd1974e0038f18ed2ffc59f0f198d998070f4c618 (diff)
parent6ee573c7c9e4912de8c518df73af81dd8c2fd935 (diff)
Merge branch 'super_status' of https://github.com/sommersoft/circuitpython into super_status
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