diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-18 16:30:45 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-18 16:31:21 -0500 |
| commit | 559e15a23a7e1f2437de001e7eda2e2fa0723fb3 (patch) | |
| tree | 3070e3335dda38a0657d1aa3a1da600ca42e23a1 /django | |
| parent | f31ed5c934e7e664b912c13bd854cc9445f34ec5 (diff) | |
[1.8.x] Removed an obsolete comment in django/apps/config.py
Backport of bd98926f0eb19d27821a8a7679b42ff46e53e4da from master
Diffstat (limited to 'django')
| -rw-r--r-- | django/apps/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/apps/config.py b/django/apps/config.py index 843013f30e..fd0e2fe78c 100644 --- a/django/apps/config.py +++ b/django/apps/config.py @@ -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) |
