hdl / symbolator

Generate symbols from HDL components/modules
https://hdl.github.io/symbolator/
MIT License
16 stars 7 forks source link

remove Python 2.7 support and fix PyGIWarning #3

Closed nobodywasishere closed 3 years ago

nobodywasishere commented 4 years ago

This PR removes (EOL) Python 2.7 support, converting all code to Python 3 only. This also fixes a PyGIWarning regarding specifying versions of pycairo and pango, and removes unnecessary blank spaces.

daniellimws commented 3 years ago

@mithro What do you think about this? It looks ok to me but I didn't test the changes. Not sure if the changes to some of the imports may break stuff.

mithro commented 3 years ago

Let's proceed!

mithro commented 3 years ago

BTW You should request my review.

daniellimws commented 3 years ago

Cool, I can do a quick test on this on one of the next few days.

mithro commented 3 years ago

@daniellimws Great!