summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/dispatch/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/django/dispatch/__init__.py')
-rw-r--r--lib/python2.7/site-packages/django/dispatch/__init__.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/python2.7/site-packages/django/dispatch/__init__.py b/lib/python2.7/site-packages/django/dispatch/__init__.py
deleted file mode 100644
index 9aeb83c..0000000
--- a/lib/python2.7/site-packages/django/dispatch/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Multi-consumer multi-producer dispatching mechanism
-
-Originally based on pydispatch (BSD) http://pypi.python.org/pypi/PyDispatcher/2.0.1
-See license.txt for original license.
-
-Heavily modified for Django's purposes.
-"""
-
-from django.dispatch.dispatcher import Signal, receiver \ No newline at end of file