From 9b9530f453aed304861568f35e780fc22e3d2ec1 Mon Sep 17 00:00:00 2001 From: "richard@richard.do" Date: Sat, 23 Feb 2013 15:08:36 +0000 Subject: [PATCH] print syntax --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 87397ec..036fc4e 100644 --- a/tests.py +++ b/tests.py @@ -19,7 +19,7 @@ def test(): #example iterate over files for file in files: - print files[file] + print(files[file]) #upload file print(m.upload('tests.py'))