1
0
mirror of https://github.com/django/django.git synced 2025-10-29 16:46:11 +00:00

Second half of little cleanup tweaks suggested by pyflakes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss
2006-07-21 20:39:17 +00:00
parent 5c5ca53b70
commit a926046ba6
18 changed files with 12 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
from django.conf import settings
from django.db import transaction
class TransactionMiddleware(object):