~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Mark Hammond
  • Date: 2008-12-23 21:29:32 UTC
  • mto: (3932.3.1 cicp-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081223212932-ogwql93znqf0fbed
typos and whitespace changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3379
3379
        return 'case-insensitive filesystem'
3380
3380
 
3381
3381
CaseInsensitiveFilesystemFeature = _CaseInsensitiveFilesystemFeature()
3382