Code review comment for lp:~nataliabidart/ubuntu-sso-client/no-more-two-tokens-stable

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

Changes added to gui.py were made to make pylint happy, I was getting:

************* Module ubuntu_sso.gui
W0403: 31: Relative import 'gtk', should be 'ubuntu_sso.gtk'
E1002:123:LabeledEntry.__init__: Use super on an old style class
E1002:162:LabeledEntry.get_text: Use super on an old style class

« Back to merge proposal