diff options
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.py | 7 |
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) - |
