Code review comment for lp:~ralsina/ubuntuone-windows-installer/show_spinner

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

* There are 2 spaces here:

+ from ubuntu_sso.qt import controllers

* This docstring is not pep8 compliant:

+ """A custom forgotten password controller.
+
+ This controller hides the overlay as needed."""

should be:

+ """A custom forgotten password controller.
+
+ This controller hides the overlay as needed.
+ """

* Why are you passing new "extra" parameters called message_box?

review: Needs Fixing

« Back to merge proposal