1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00

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

View File

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