~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/gpg.py

Merge from bzr.dev.

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,