diff options
| author | Aymeric Augustin | 2013-11-12 21:42:12 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-12 21:42:12 +0100 | 
| commit | 02716d9ca2728e33e92806f6ed0b3d9375df53a9 (patch) | |
| tree | ceb3f1145a8fac75b92fdc980cde539a391fc5fc /tests/base.py | |
| parent | aebf8990e1e9b933f52d44348a02879c14f12577 (diff) | |
| download | django-debug-toolbar-02716d9ca2728e33e92806f6ed0b3d9375df53a9.tar.bz2 | |
Remove unnecessary nesting.
Diffstat (limited to 'tests/base.py')
| -rw-r--r-- | tests/base.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/base.py b/tests/base.py index e6f6dac..a1a59cc 100644 --- a/tests/base.py +++ b/tests/base.py @@ -6,7 +6,7 @@ from django.http import HttpResponse  from django.test import TestCase, RequestFactory  from debug_toolbar.middleware import DebugToolbarMiddleware -from debug_toolbar.toolbar.loader import DebugToolbar +from debug_toolbar.toolbar import DebugToolbar  rf = RequestFactory() | 
