mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Removed an obsolete comment in django/apps/config.py
This commit is contained in:
		| @@ -110,9 +110,6 @@ class AppConfig(object): | |||||||
|  |  | ||||||
|         # If we're reaching this point, we must attempt to load the app config |         # If we're reaching this point, we must attempt to load the app config | ||||||
|         # class located at <mod_path>.<cls_name> |         # 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) |         mod = import_module(mod_path) | ||||||
|         try: |         try: | ||||||
|             cls = getattr(mod, cls_name) |             cls = getattr(mod, cls_name) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user