jnfrye / local_plants_book

MIT License
0 stars 0 forks source link

Switch to using pathlib #7

Closed jnfrye closed 7 years ago

jnfrye commented 7 years ago

Right now, the code handles paths kind of "dumbly" by just concatenating various strings. There are benefits to using pathlib, so I want to switch to using it.

jnfrye commented 7 years ago

As of commit 1b8d30f, I think I have completely switched to using pathlib.