/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/launchpad/test_lp_service.py

  • Committer: Jelmer Vernooij
  • Date: 2020-02-07 02:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 7492.
  • Revision ID: jelmer@jelmer.uk-20200207021430-m49iq3x4x8xlib6x
Drop python2 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Tests for selection of the right Launchpad service by environment"""
18
18
 
19
19
import os
20
 
try:
21
 
    from xmlrpc.client import Fault
22
 
except ImportError:  # python < 3
23
 
    from xmlrpclib import Fault
 
20
from xmlrpc.client import Fault
24
21
 
25
22
from .lp_registration import (
26
23
    InvalidURL,