~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/gpg.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-28 15:04:19 UTC
  • mfrom: (1961 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1962.
  • Revision ID: john@arbash-meinel.com-20060828150419-f5077aa755c10f88
[merge] bzr.dev 1961

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib import (
25
25
    errors,
26
26
    trace,
 
27
    ui,
27
28
    )
28
29
 
29
30
 
70
71
        self._config = config
71
72
 
72
73
    def sign(self, content):
 
74
        ui.ui_factory.clear_term()
73
75
        try:
74
76
            process = subprocess.Popen(self._command_line(),
75
77
                                       stdin=subprocess.PIPE,