diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-29 20:45:25 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-29 20:45:25 +0100 |
| commit | d1eb362afb0a45f16ac9f1163dd467c361de2c8d (patch) | |
| tree | 18b194aa086718321987dd9b8dab9b59095a3787 /django/apps | |
| parent | 21f22f9544b0c6c4390bcd1acd98e6e5201ed83e (diff) | |
Removed obsolete docstring.
Diffstat (limited to 'django/apps')
| -rw-r--r-- | django/apps/registry.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/apps/registry.py b/django/apps/registry.py index a66e561566..dfb7f09c91 100644 --- a/django/apps/registry.py +++ b/django/apps/registry.py @@ -1,5 +1,3 @@ -"Utilities for loading models and the modules that contain them." - from collections import defaultdict, OrderedDict import os import sys |
