Skip to content

Commit

Permalink
Removed signal/receiver support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Drayer committed Dec 30, 2014
1 parent 770506c commit effc17c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 98 deletions.
1 change: 0 additions & 1 deletion milestones/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""
Milestones app initialization module
"""
from . import receivers
6 changes: 3 additions & 3 deletions milestones/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
else:
import milestones.resources as remote
"""
import exceptions
import models as internal
import serializers
from . import exceptions
from . import models as internal
from . import serializers


# PRIVATE/INTERNAL METHODS
Expand Down
24 changes: 0 additions & 24 deletions milestones/receivers.py

This file was deleted.

9 changes: 0 additions & 9 deletions milestones/tests/mocks/signals.py

This file was deleted.

61 changes: 0 additions & 61 deletions milestones/tests/test_receivers.py

This file was deleted.

0 comments on commit effc17c

Please sign in to comment.