its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

Varios Python 3.x compat fixes #10

Closed dirkmueller closed 10 years ago

dirkmueller commented 10 years ago

imports need to be absolute now, so prepend the trolly. path everywhere

its-rigs commented 10 years ago

Thanks for this. Sorry for the delay been a busy month!