summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py')
-rw-r--r--debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py b/debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py
deleted file mode 100644
index 65fd431b..00000000
--- a/debian/pyrex/pyrex-0.9.9/Demos/callback/run_cheese.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import cheese
-
-def report_cheese(name):
- print "Found cheese:", name
-
-cheese.find(report_cheese)
-