~elachuni/software-center/unify-ussoc-envvar

« back to all changes in this revision

Viewing changes to test/test_pep8.py

  • Committer: Michael Vogt
  • Date: 2012-03-09 07:55:12 UTC
  • mfrom: (2837.1.1 pep8-test)
  • Revision ID: michael.vogt@ubuntu.com-20120309075512-6eodgfmrq79lj564
  lp:~elachuni/software-center/pep8-test-part3,
  lp:~elachuni/software-center/pep8-test-part4:

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 = ['spinner.py', 'sections.py', 'searchentry.py', 'searchaid.py',
20
 
        'reviews.py', 'recommendations.py', 'oneconfviews.py', 'menubutton.py',
 
19
    exclude = ['recommendations.py', 'oneconfviews.py', 'menubutton.py',
21
20
        'labels.py', 'imagedialog.py', 'exhibits.py', 'description.py',
22
21
        'containers.py', 'cellrenderers.py', 'buttons.py', 'backforward.py',
23
22
        'apptreeview.py', 'animatedimage.py', 'actionbar.py']