| commit 83: | f63c937245a9 |
| parent 82: | 4b3e46cdf1c7 |
| branch: | default |
Remove a useless import
11 months ago
Changed (Δ63 bytes):
raw changeset »
discussion/__init__.py (0 lines added, 1 lines removed)
Up to file-list discussion/__init__.py:
| … | … | @@ -3,7 +3,6 @@ from django.conf import settings |
3 |
3 |
from django.core.mail import send_mail |
4 |
4 |
from django.core.urlresolvers import reverse |
5 |
5 |
from django.db.models.signals import post_save, post_delete |
6 |
from django.contrib.comments import get_model, get_form_target |
|
7 |
6 |
from django.contrib.comments.models import Comment |
8 |
7 |
from django.contrib.comments.signals import comment_was_posted |
9 |
8 |
