diff --git a/demo/api.py b/demo/api.py index 8cc64077..a6c07241 100644 --- a/demo/api.py +++ b/demo/api.py @@ -46,7 +46,7 @@ def __init__(self, tp, func): @ffi.pyexport("int(int)") def add1(n): - print n + print(n) return n + 1 ffi.cdef("""