mirror of https://github.com/django/django.git
Removed obsolete docstring.
This commit is contained in:
parent
21f22f9544
commit
d1eb362afb
|
@ -1,5 +1,3 @@
|
||||||
"Utilities for loading models and the modules that contain them."
|
|
||||||
|
|
||||||
from collections import defaultdict, OrderedDict
|
from collections import defaultdict, OrderedDict
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue