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:
@@ -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 $"
|
||||
|
||||
Reference in New Issue
Block a user