~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-24 18:12:37 UTC
  • mfrom: (4566.1.1 1.18-broken-getpass)
  • Revision ID: pqm@pqm.ubuntu.com-20090724181237-s69vjke1os2p6xmr
(jam) Import getpass so that password prompting works again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Text UI, write output to the console.
19
19
"""
20
20
 
 
21
import getpass
21
22
import os
22
23
import sys
23
24
import time