~mvo/software-center/fix-memleak-5.2

« back to all changes in this revision

Viewing changes to test/test_pep8.py

  • Committer: Kiwinote
  • Date: 2012-03-15 22:36:31 UTC
  • mfrom: (2867 trunk)
  • mto: This revision was merged to the branch mainline in revision 2881.
  • Revision ID: kiwinote@gmail.com-20120315223631-lvea6t5sydpkkqni
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
class PackagePep8TestCase(unittest.TestCase):
14
14
    maxDiff = None
15
15
    packages = [softwarecenter.ui,
16
 
                softwarecenter.db]
 
16
                softwarecenter.db,
 
17
               ]
17
18
    exclude = ['application.py', 'appfilter.py']
18
19
 
19
20
    def message(self, text):