From c8742a06ca84528a45a2f5bad7d169694757f096 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 16 Jan 2014 19:13:30 +0200 Subject: Add dummy micropython module to enable mandel.py run with CPython. --- examples/micropython.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/micropython.py (limited to 'examples/micropython.py') diff --git a/examples/micropython.py b/examples/micropython.py new file mode 100644 index 000000000..091c92deb --- /dev/null +++ b/examples/micropython.py @@ -0,0 +1,8 @@ +# micropython module placeholder for CPython + +# Dummy function decorators + +def nodecor(x): + return x + +byte_code = native = viper = nodecor -- cgit v1.2.3