summaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-02-21 20:14:46 -0500
committerGitHub <noreply@github.com>2018-02-21 20:14:46 -0500
commit419920987c2e9473ec7b75064506b9acbb696ddd (patch)
tree758b72f0948e9894d4de03fe967e727da34038bc /examples/micropython.py
parentee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff)
parente667bdfe0583909c1a6fd7789ab5605f010d3005 (diff)
Merge pull request #632 from tannewt/delete_out_of_date
Delete out of date docs, drivers and examples
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