From fd9df8e5e912017f5d063a7176c71b081b1cde83 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 14 Jan 2011 00:55:30 -0800 Subject: [PATCH] Fix some warnings. --- Cython/Debugger/Tests/codefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython/Debugger/Tests/codefile b/Cython/Debugger/Tests/codefile index 953ada31..d5392e78 100644 --- a/Cython/Debugger/Tests/codefile +++ b/Cython/Debugger/Tests/codefile @@ -44,4 +44,7 @@ def outer(): outer()() spam() -print "bye!" \ No newline at end of file +print "bye!" + +def use_ham(): + ham() -- 2.26.2