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

  • Committer: Jelmer Vernooij
  • Date: 2019-05-11 18:38:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7301.
  • Revision ID: jelmer@jelmer.uk-20190511183821-3xl6jo6kiy5mf4sa
Integrate _urllib2_wrappers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2937
2937
           from_unicode=bool_from_store, invalid='warning',
2938
2938
           help='''Whether to validate signatures in brz log.'''))
2939
2939
option_registry.register_lazy('ssl.ca_certs',
2940
 
                              'breezy.transport.http._urllib2_wrappers', 'opt_ssl_ca_certs')
 
2940
                              'breezy.transport.http', 'opt_ssl_ca_certs')
2941
2941
 
2942
2942
option_registry.register_lazy('ssl.cert_reqs',
2943
 
                              'breezy.transport.http._urllib2_wrappers', 'opt_ssl_cert_reqs')
 
2943
                              'breezy.transport.http', 'opt_ssl_cert_reqs')
2944
2944
 
2945
2945
 
2946
2946
class Section(object):