From 8692bd2cd7675a6fee58e7df7936b4c0991dafc5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 6 Oct 2015 17:10:30 -0700 Subject: [PATCH] eventsource.py: use py3-style print --- src/wormhole/blocking/eventsource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wormhole/blocking/eventsource.py b/src/wormhole/blocking/eventsource.py index e02667b..bdd272e 100644 --- a/src/wormhole/blocking/eventsource.py +++ b/src/wormhole/blocking/eventsource.py @@ -1,3 +1,4 @@ +from __future__ import print_function import six import requests