diff --git a/common/djangoapps/student/views.py b/common/djangoapps/student/views.py index 692b135ff6..3ba83f42bb 100644 --- a/common/djangoapps/student/views.py +++ b/common/djangoapps/student/views.py @@ -23,7 +23,6 @@ from django.http import HttpResponse, Http404 from django.shortcuts import redirect from mitxmako.shortcuts import render_to_response, render_to_string from django.core.urlresolvers import reverse -#from BeautifulSoup import BeautifulSoup from bs4 import BeautifulSoup from django.core.cache import cache