alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

api.py - change sort() call to sorted() to address python3 error #101

Closed mcampos-quinn closed 5 years ago

mcampos-quinn commented 5 years ago

This addresses the python3 error mentioned in issue #99.