diff options
Diffstat (limited to 'defusedxml/__init__.py')
-rw-r--r-- | defusedxml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py index 590a5a9..5743ae3 100644 --- a/defusedxml/__init__.py +++ b/defusedxml/__init__.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. """Defuse XML bomb denial of service vulnerabilities """ from __future__ import print_function, absolute_import |