leamas / lpf

lpf - Local Package Factory
MIT License
61 stars 6 forks source link

Remove PyGIWarning message #29

Open electrocucaracha opened 8 years ago

electrocucaracha commented 8 years ago

After getting an error, it's displayed the following warning:

Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.

This fix tries to remove this message.