~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ignores.py

  • Committer: Gordon Tyler
  • Date: 2010-05-03 00:22:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5207.
  • Revision ID: gordon@doxxx.net-20100503002218-h5ivu7z8fuqkjg2w
Use cStringIO instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Lists of ignore files, etc."""
18
18
 
19
19
import errno
20
 
from StringIO import StringIO
 
20
from cStringIO import StringIO
21
21
 
22
22
import bzrlib
23
23
from bzrlib import (