phillipsm / pyfav

pyfav is a simple Python library that helps you get a favicon for a supplied URL.
13 stars 13 forks source link

Made python3 compatible #1

Closed lhl closed 9 years ago

lhl commented 9 years ago

Some minor changes make it python3 compatible. I had to change the init.py but was a bit unclear on why it had the references to begin with? A blank init.py should have it functioning the same, yes?

lhl commented 9 years ago

err, actually, lemme look at the import again and will resubmit...