From 5dd83e4d5fb2d31d18522be16aebfa3ff4e0a9c6 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 11 Jan 2013 11:10:51 -0500 Subject: [PATCH] Remove import --- common/djangoapps/student/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/student/models.py b/common/djangoapps/student/models.py index 46e316ac0b..cf7bc7696a 100644 --- a/common/djangoapps/student/models.py +++ b/common/djangoapps/student/models.py @@ -49,7 +49,6 @@ from django.db.models.signals import post_save from django.dispatch import receiver import comment_client as cc -from django_comment_client.models import Role log = logging.getLogger(__name__)