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
This commit is contained in:
Jannis Leidel 2011-07-29 09:40:28 +00:00
parent 8ac23178ad
commit 9be03fe326
1 changed files with 0 additions and 1 deletions

View File

@ -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)