fix coffeescript error

This commit is contained in:
Kevin Chugh
2013-04-25 07:02:57 -04:00
committed by Jay Zoldak
parent 281662a43e
commit c410da91de

View File

@@ -27,6 +27,7 @@ from django_comment_client.utils import JsonResponse, JsonError, extract, get_co
from django_comment_client.permissions import check_permissions_by_view, cached_has_permission
from django_comment_client.models import Role
from courseware.access import has_access
log = logging.getLogger(__name__)