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

Python 3.9 - Does not find flickr_keys.py #121

Open asielen opened 3 years ago

asielen commented 3 years ago

In order to make it so you don't have to modify the library directory, it would be nice to change:

In the keys.py file line 5: from . import flickr_keys

If I change it to: import flickr_keys

It then works.

Then the flickr_keys file can live in the project directory (but of course not synced in git)