From 4fe2c069cca07aadf983f54e18dac4de492d5d69 Mon Sep 17 00:00:00 2001 From: Jim Shaver Date: Fri, 29 May 2015 23:17:48 -0400 Subject: Fixed print function to be inline with python 3 --- examples/flowbasic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/flowbasic') diff --git a/examples/flowbasic b/examples/flowbasic index c71debc9..edd96b0d 100755 --- a/examples/flowbasic +++ b/examples/flowbasic @@ -30,7 +30,7 @@ class MyMaster(flow.FlowMaster): f = flow.FlowMaster.handle_response(self, f) if f: f.reply() - print f + print(f) return f -- cgit v1.2.3