mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[1.8.x] Removed an obsolete comment in django/apps/config.py
Backport of bd98926f0eb19d27821a8a7679b42ff46e53e4da from master
This commit is contained in:
parent
f31ed5c934
commit
559e15a23a
@ -110,9 +110,6 @@ class AppConfig(object):
|
||||
|
||||
# If we're reaching this point, we must attempt to load the app config
|
||||
# class located at <mod_path>.<cls_name>
|
||||
|
||||
# Avoid django.utils.module_loading.import_by_path because it
|
||||
# masks errors -- it reraises ImportError as ImproperlyConfigured.
|
||||
mod = import_module(mod_path)
|
||||
try:
|
||||
cls = getattr(mod, cls_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user