earthreader / web

Earth Reader for Web
http://earthreader.org/
GNU Affero General Public License v3.0
41 stars 19 forks source link

avoid ImportError of urlparse #25

Closed ychoi-kr closed 10 years ago

ychoi-kr commented 10 years ago

This change is for avoiding ImportError of urlparse on Python 3.

dahlia commented 10 years ago

@sk8erchoi Thanks for your effort. It’s our fault that we hadn’t tested earthreader.web.command module and earthreader command, so I added a coarse-grained regression test for this as well.

dahlia commented 10 years ago

This change will be included in 0.1.1 release; see also the changelog. Plus, please send pull request like this kind of bug fix to 0.1-maintenance branch rather than master branch. :smile: master is actually for the future major releases (e.g. 0.2), and 0.1-maintenace is for the next minor releases (e.g. 0.1.1). Thank you!

ychoi-kr commented 10 years ago

Okay, thanks!