Code review comment for lp:~pitti/ubuntu-sso-client/gi-fixes

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Thanks for the fixes!

For some reason I can't debug right now, lint will not be happy unless I change the disables to something like this:

     25 # pylint: disable=E0611
     26 if 'gobject' in sys.modules:
     27 import gobject as GObject
     28 else:
     29 from gi.repository import GObject
     30 # pylint: enable=E0611

would you please perform this last change? Thanks!

« Back to merge proposal