echonest / remix

Echo Nest Remix: The Internet Synthesizer
http://echonest.github.com/remix
414 stars 90 forks source link

Bugfix/logging action py #44

Open monkpit opened 9 years ago

monkpit commented 9 years ago

After compiling I am unable to run some of the examples such as capsule.py, because of "NameError: name logging is not defined" raised when importing echonest.remix.action.

The cause is a missing "import logging" in action.py.

I'd love to contribute to this project in the future with some unit tests! Let me know where I should start to get up to speed with the project and creating useful unit tests.