aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2012-05-19 22:36:06 +0800
committerIan Delaney <della5@iinet.com.au>2012-05-19 22:36:06 +0800
commit8a320d3e7a320de5eac520e1a2d134afca925da6 (patch)
tree8e00d2a292d6470f1164a1fed0ad7b650a7a5d2b /dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch
parent[dev-python/django-auth-ldap] final cleanup, Rm comment (diff)
downloadimprovise-8a320d3e7a320de5eac520e1a2d134afca925da6.tar.gz
improvise-8a320d3e7a320de5eac520e1a2d134afca925da6.tar.bz2
improvise-8a320d3e7a320de5eac520e1a2d134afca925da6.zip
[dev-python/[django-[auth-ldap,auth-ldap]] Removed, in portage. django-evolution final test phase revision
Diffstat (limited to 'dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch')
-rw-r--r--dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch b/dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch
deleted file mode 100644
index 9e26d39..0000000
--- a/dev-python/django-debug-toolbar/files/django-debug-toolbar-0.9.4-fix-with-py2.5.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -ur django-debug-toolbar-0.9.4.orig/tests/tests.py django-debug-toolbar-0.9.4/tests/tests.py
---- tests/tests.py 2011-10-10 02:47:15.000000000 +0800
-+++ tests/tests.py 2012-04-25 22:00:50.956680910 +0800
-@@ -1,3 +1,4 @@
-+from __future__ import with_statement
- from debug_toolbar.middleware import DebugToolbarMiddleware
- from debug_toolbar.panels.sql import SQLDebugPanel
- from debug_toolbar.panels.request_vars import RequestVarsDebugPanel