~ralsina/ubuntuone-windows-installer/fix_800383

« back to all changes in this revision

Viewing changes to ubuntuone_installer/gui/qt/tests/__init__.py

  • Committer: Roberto Alsina
  • Date: 2011-06-22 10:11:10 UTC
  • Revision ID: roberto.alsina@canonical.com-20110622101110-8mdhaiblreluwla8
style fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        super(BaseTestCase, self).setUp()
61
61
        # self.class_ui is not callable
62
62
        # pylint: disable=E1102
 
63
        # pylint: disable=C0103
63
64
        self.ui = self.class_ui(**self.kwargs)
64
65
 
65
66
        if hasattr(self.ui, 'backend'):