~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Martin Pool
  • Date: 2009-06-25 04:12:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4558.
  • Revision ID: mbp@sourcefrog.net-20090625041250-eypvti40l5fxu8sd
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                         select.   Deprecated.
54
54
        """
55
55
        super(TextUIFactory, self).__init__()
 
56
        # TODO: there's no good reason not to pass all three streams, maybe we
 
57
        # should deprecate the default values...
56
58
        self.stdin = stdin
57
59
        self.stdout = stdout
58
60
        self.stderr = stderr