aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorJannis Leidel2013-03-02 05:12:52 -0800
committerJannis Leidel2013-03-02 05:12:52 -0800
commitfb412f7f0079f616256d3de4a96c3da879c00c56 (patch)
tree5aea49a24a8690b68145d4096dcbcc0af230881b /tests/tests.py
parent0844c8b24527486d43f8ab18241ce0b7f900129b (diff)
parent3013b5a6e4c682004207e944ebea172a39e52e8c (diff)
downloaddjango-debug-toolbar-fb412f7f0079f616256d3de4a96c3da879c00c56.tar.bz2
Merge pull request #342 from davidwtbuxton/master
Python 2.5 compatibility, fixes #261
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
index a3618bf..f76f1ab 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