Use Python3-compatible print syntax

This commit is contained in:
sneakypete81 2013-05-14 19:46:28 +02:00
parent 456f53cb6e
commit 2abef8e65b

View file

@ -55,7 +55,7 @@ _None_
#### Python (using [openphoto-python][openphoto-python]) #### Python (using [openphoto-python][openphoto-python])
client = openphoto.OpenPhoto() client = openphoto.OpenPhoto()
client.tags.list() print(client.tags.list())
[<openphoto.objects.Tag id='australia'>, <openphoto.objects.Tag id='Boracay Philippines'>, ...] [<openphoto.objects.Tag id='australia'>, <openphoto.objects.Tag id='Boracay Philippines'>, ...]