diff options
| author | Tim Graham <timograham@gmail.com> | 2014-02-13 08:03:43 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-13 08:03:43 -0500 |
| commit | 32a880ae95fe19f0c6383571d4aab58f03044686 (patch) | |
| tree | 8bfe937b023c670576e2e704cb72ffd63503dbae /tests/staticfiles_tests | |
| parent | d6db48e5f6320ec3d76419b67c6a3819f078be5c (diff) | |
[1.6.x] Added a missing import in staticfiles tests.
Diffstat (limited to 'tests/staticfiles_tests')
| -rw-r--r-- | tests/staticfiles_tests/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/tests.py b/tests/staticfiles_tests/tests.py index 941587610e..62ebdb3d9b 100644 --- a/tests/staticfiles_tests/tests.py +++ b/tests/staticfiles_tests/tests.py @@ -21,6 +21,7 @@ from django.utils._os import rmtree_errorhandler, upath from django.utils import six from django.contrib.staticfiles import finders, storage +from django.contrib.staticfiles.management.commands import collectstatic from .storage import DummyStorage |
