From 3567e23a9d7b9a4ceb7783bc70932ffc2fc1349b Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Thu, 20 Sep 2012 02:13:35 -0700 Subject: [PATCH] Unneeded imports --- lms/djangoapps/django_comment_client/forum/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/djangoapps/django_comment_client/forum/views.py b/lms/djangoapps/django_comment_client/forum/views.py index 4d02d94903..6858957b4f 100644 --- a/lms/djangoapps/django_comment_client/forum/views.py +++ b/lms/djangoapps/django_comment_client/forum/views.py @@ -21,8 +21,6 @@ from django_comment_client.utils import merge_dict, extract, strip_none, strip_b import django_comment_client.utils as utils import comment_client as cc import xml.sax.saxutils as saxutils -import datetime -from django.utils.timezone import utc THREADS_PER_PAGE = 20 INLINE_THREADS_PER_PAGE = 20