diff options
| author | David Buxton | 2012-12-11 11:36:25 +0000 |
|---|---|---|
| committer | David Buxton | 2012-12-11 11:36:25 +0000 |
| commit | 3013b5a6e4c682004207e944ebea172a39e52e8c (patch) | |
| tree | ef3f3f53931e3905f64ab141147dc97d8349d813 /tests/tests.py | |
| parent | 22ebebd29b5d42ae50e9681847784713fa67daf5 (diff) | |
| download | django-debug-toolbar-3013b5a6e4c682004207e944ebea172a39e52e8c.tar.bz2 | |
Python 2.5 compatibility #261
Diffstat (limited to 'tests/tests.py')
| -rw-r--r-- | tests/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py index ea2938d..678a8fc 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import thread from django.conf import settings |
