gtaylor / EVE-Market-Data-Uploader

A bare bones, cross-platform, console based EVE Online market data uploader.
MIT License
20 stars 5 forks source link

Use os.walk to help find cache dirs #1

Closed gtaylor closed 12 years ago

gtaylor commented 12 years ago

Use os.walk instead of a pre-determined list of dirs to check. Best to be flexible.

gtaylor commented 12 years ago

Done.