~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: John Arbash Meinel
  • Date: 2006-10-11 23:32:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: john@arbash-meinel.com-20061011233209-9ee5ee88a8ae79a2
Add (c) Canonical to files that Aaron has approved

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
            # We don't require external utilities to be (C) Canonical Ltd
125
125
            return True
126
126
 
127
 
        exceptions = ['bzrlib/lsprof.py',
128
 
                      'bzrlib/conflicts.py',
129
 
                      'bzrlib/iterablefile.py',
130
 
                      'bzrlib/patches.py',
131
 
                      'bzrlib/tests/test_patches.py',
132
 
                     ]
 
127
        exceptions = ['bzrlib/lsprof.py']
133
128
        for exc in exceptions:
134
129
            if fname.endswith(exc):
135
130
                return True