summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-29 09:40:28 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-29 09:40:28 +0000
commit9be03fe326f1129d0c5b5243e1c55563334a1656 (patch)
tree6ad075605c0d3fc8768a2eef1e303239bc970538
parent8ac23178ad787f35e4e1f620ce417bc73b98a149 (diff)
Fixed #16437 -- Removed old code comment from testcases module. Thanks, teraom.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/test/testcases.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index e767712469..4b19dfdbf2 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -544,7 +544,6 @@ class TransactionTestCase(ut2.TestCase):
if func is None:
return context
- # Basically emulate the `with` statement here.
with context:
func(*args, **kwargs)