From 6d73bdc35296fe0f75fee99c8078896415f00215 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 3 May 2013 17:47:38 -0700 Subject: [PATCH] Cleaning up MUserStory imports. --- apps/social/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/social/views.py b/apps/social/views.py index 372839613..f76003a09 100644 --- a/apps/social/views.py +++ b/apps/social/views.py @@ -21,7 +21,7 @@ from apps.social.tasks import UpdateRecalcForSubscription, EmailFirstShare from apps.analyzer.models import MClassifierTitle, MClassifierAuthor, MClassifierFeed, MClassifierTag from apps.analyzer.models import apply_classifier_titles, apply_classifier_feeds, apply_classifier_authors, apply_classifier_tags from apps.analyzer.models import get_classifiers_for_user, sort_classifiers_by_feed -from apps.reader.models import MUserStory, UserSubscription +from apps.reader.models import UserSubscription from apps.profile.models import Profile from utils import json_functions as json from utils import log as logging