ejmg / tomaty

tomaty is a gtk+3 based application for the pomodoro technique 🍅
MIT License
6 stars 1 forks source link

non-hack solution to retrieving resources/ #40

Open ejmg opened 6 years ago

ejmg commented 6 years ago

the current solution to acquire the data inside resources/ as packaged with tomaty is pretty hacky. i have no real faith in it working under slightly modified circumstances (or even possibly on other operating systems).

pkg_resources may be a solution, though it amazes me just how... under documented this type of action, behavior is.