/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_directory.py

  • Committer: Jelmer Vernooij
  • Date: 2017-08-26 19:06:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6773.
  • Revision ID: jelmer@jelmer.uk-20170826190632-nmiqnyff6s4htneh
Use get_global_state>

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
        # FIXME: There should be a better way but the only alternative I can
462
462
        # think of involves carrying the ca_certs through the lp_registration
463
463
        # infrastructure to _urllib2_wrappers... -- vila 2012-01-20
464
 
        breezy.global_state.cmdline_overrides._from_cmdline(
 
464
        breezy.get_global_state().cmdline_overrides._from_cmdline(
465
465
            ['ssl.ca_certs=%s' % ssl_certs.build_path('ca.crt')])
466
466
 
467
467
    def set_canned_response(self, server, path):