From 2227003713322091eef1d6e6420c0641d4f77cfb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 21 Feb 2009 18:18:13 +0100 Subject: [PATCH] Py3 test fix --- tests/run/for_decrement.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/for_decrement.pyx b/tests/run/for_decrement.pyx index 39d40d63..72c3dab1 100644 --- a/tests/run/for_decrement.pyx +++ b/tests/run/for_decrement.pyx @@ -15,7 +15,7 @@ cdef int get_step(): """ This should only be called once, when used in range(). """ - print "** Calculating step **" + print u"** Calculating step **" return 2 def range_loop_indices(): -- 2.26.2