From 9be03fe326f1129d0c5b5243e1c55563334a1656 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 29 Jul 2011 09:40:28 +0000 Subject: [PATCH] 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 --- django/test/testcases.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/test/testcases.py b/django/test/testcases.py index e7677124690..4b19dfdbf22 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)