~a1s/qbrz/trunk

« back to all changes in this revision

Viewing changes to lib/tests/test_subprocess.py

  • Committer: Jelmer Vernooij
  • Date: 2022-04-14 11:45:16 UTC
  • mfrom: (1644.1.1 trunk)
  • Revision ID: jelmer@jelmer.uk-20220414114516-2v1wdch4ojxth5rh
Use fastbencode rather than breezy.bencode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# along with this program; if not, write to the Free Software
20
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
21
 
 
22
import fastbencode as bencode
22
23
from io import StringIO
23
24
 
24
25
from breezy import (
25
 
    bencode,
26
26
    errors,
27
27
    progress,
28
28
    urlutils,