juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 117 forks source link

Changed print message to be compatible with Python3 #20

Closed ImDevinC closed 8 years ago

ImDevinC commented 8 years ago

The print messages in here were not compatible with Python3, this fixes that :)

ImDevinC commented 8 years ago

Found a secondary issue as well, probably should've been submitted in a new pull request, but it's a really tiny fix.

Also, full disclosure, my python is shoddy at best, so I'm really hoping this doesn't break anything else!

juliomalegria commented 8 years ago

Thanks for collaborating Devin! To try to keep a good commit history, would you mind squashing your 3 commits into one (first one + elif)? I also wouldn't mind just a different pull request. Thanks!