aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/py/bin.py
diff options
context:
space:
mode:
Diffstat (limited to 'base_workspace/examples/py/bin.py')
-rw-r--r--base_workspace/examples/py/bin.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/base_workspace/examples/py/bin.py b/base_workspace/examples/py/bin.py
deleted file mode 100644
index 53e917e491..0000000000
--- a/base_workspace/examples/py/bin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from examples.py import lib
-
-print "Fib(5)=%d" % lib.Fib(5)