kivy-garden / garden.iconfonts

Simple helper functions to make easier to use icon fonts in Labels and derived widgets
MIT License
32 stars 9 forks source link

Modified for Python 3 compatibility; relative packaging #3

Closed wwoods closed 8 years ago

wwoods commented 8 years ago

In Python 3, from iconfonts import * will not work. It must be from .iconfonts import *. I believe this is also compatible with Python 2.7.

jeysonm82 commented 8 years ago

Thank you!. I'd merge it (I'm the author) but strangely I currently don't have write access to this repo :open_mouth: . I'll request it.

jeysonm82 commented 8 years ago

Thank you @wwoods

wwoods commented 8 years ago

Great, thanks!