From 9cbbe18ae31ba70590704f5d851228bd0c934c1c Mon Sep 17 00:00:00 2001 From: Ross Curzon-Butler Date: Thu, 11 Feb 2016 16:52:32 +0100 Subject: [PATCH] Allow for Python 3 on print statement --- vzaar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vzaar.py b/vzaar.py index 241e385..773642c 100644 --- a/vzaar.py +++ b/vzaar.py @@ -57,7 +57,7 @@ def build(self, father, structure): father.appendChild(tag) def display(self): - print self.doc.toprettyxml(indent=" ") + print(self.doc.toprettyxml(indent=" ")) class Vzaar(object): def __init__(self, vzaar_username, vzaar_key, video_success_redirect,