~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-10 01:19:38 UTC
  • mfrom: (5011.1.4 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100210011938-zhn0c9wwvcipj5mm
(mbp) Remove deprecated code

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
    """
703
703
 
704
704
 
705
 
class CommandFailed(Exception):
706
 
    pass
707
 
 
708
 
 
709
705
class StringIOWrapper(object):
710
706
    """A wrapper around cStringIO which just adds an encoding attribute.
711
707