From 82f286cf6f198d37850d3c5df637b5665566a66b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 25 Sep 2018 23:48:47 -0700 Subject: Refs #29784 -- Switched to https:// links where available. --- django/utils/module_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils/module_loading.py') diff --git a/django/utils/module_loading.py b/django/utils/module_loading.py index 413c6c2540..38119431fa 100644 --- a/django/utils/module_loading.py +++ b/django/utils/module_loading.py @@ -76,7 +76,7 @@ def module_has_submodule(package, module_name): # When module_name is an invalid dotted path, Python raises ImportError # (or ModuleNotFoundError in Python 3.6+). AttributeError may be raised # if the penultimate part of the path is not a package. - # (http://bugs.python.org/issue30436) + # (https://bugs.python.org/issue30436) return False -- cgit v1.3