diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-04 21:39:54 -0700 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2019-04-14 11:43:38 +0200 |
commit | a320fbc6cd9c27fbeed98e358814c112d22815ed (patch) | |
tree | 3ee188bdfc49242e412ca7193c7f8d16bcd9b0d3 /defusedxml/expatbuilder.py | |
parent | f2c7c35b25f80c08923be49ac1f81e9cf95bd2ae (diff) | |
download | defusedxml-git-a320fbc6cd9c27fbeed98e358814c112d22815ed.tar.gz |
Use https:// URLs where available
Diffstat (limited to 'defusedxml/expatbuilder.py')
-rw-r--r-- | defusedxml/expatbuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/expatbuilder.py b/defusedxml/expatbuilder.py index 0eb6b91..ffe4f7d 100644 --- a/defusedxml/expatbuilder.py +++ b/defusedxml/expatbuilder.py @@ -2,7 +2,7 @@ # # Copyright (c) 2013 by Christian Heimes <christian@python.org> # Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/psf/license for licensing details. +# See https://www.python.org/psf/license for licensing details. """Defused xml.dom.expatbuilder """ from __future__ import print_function, absolute_import |