Fixed redundant definition of `connection_created` signal due to DVCS mistake. My bad.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2009-03-30 03:11:12 +00:00
parent 9b00b87cf2
commit d02ee6bd7b
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
from django.dispatch import Signal
connection_created = Signal()
from django.dispatch import Signal
connection_created = Signal()