From: Robert Bradshaw Date: Fri, 14 Jan 2011 08:55:30 +0000 (-0800) Subject: Fix some warnings. X-Git-Tag: 0.14.1rc0~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd9df8e5e912017f5d063a7176c71b081b1cde83;p=cython.git Fix some warnings. --- 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()