1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Some event use. Slight manipulator refactor.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Robert Wittams
2005-12-17 03:59:35 +00:00
parent 4e25fec9f4
commit dbd3869610
8 changed files with 82 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ Internal attributes:
"""
from __future__ import generators
import types, weakref
from dispatch import saferef, robustapply, errors
from django.dispatch import saferef, robustapply, errors
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
__cvsid__ = "$Id: dispatcher.py,v 1.8 2004/11/26 06:37:33 mcfletch Exp $"