~kelemeng/software-center/bug953812

« back to all changes in this revision

Viewing changes to test/test_pep8.py

  • Committer: Anthony Lenton
  • Date: 2012-03-12 12:43:52 UTC
  • mto: This revision was merged to the branch mainline in revision 2844.
  • Revision ID: anthony.lenton@canonical.com-20120312124352-nib8p2kkvvnaqea0
Made the pep8 test pass on three more files in softwarecenter/ui/gtk3/widgets/

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    packages = [softwarecenter.ui.qml,
17
17
                softwarecenter.ui.gtk3.widgets,
18
18
                softwarecenter.db.pkginfo_impl]
19
 
    exclude = ['containers.py', 'cellrenderers.py', 'buttons.py',
20
 
        'apptreeview.py', 'animatedimage.py', 'actionbar.py']
 
19
    exclude = ['buttons.py', 'apptreeview.py', 'actionbar.py']
21
20
 
22
21
    def message(self, text):
23
22
        self.errors.append(text)