~alecu/ubuntu-sso-client/broken-signals-questionmark

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/tests/test_windows.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2011-06-03 15:01:23 UTC
  • mfrom: (716.1.1 testingit)
  • Revision ID: tarmac-20110603150123-amj5sdgag09jbuzl
- Fixed some minor PEP8 issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    def on_both_args(self, *args, **kwargs):
80
80
        """Both args."""
81
81
 
 
82
 
82
83
# pylint: disable=W0201
83
84
class SignalTestCase(MockerTestCase):
84
85
    """Test the signal decorator."""