From 507a1dc073e2f7fc39550ee69783c7afbbb01ef2 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 27 Dec 2012 16:33:10 -0500 Subject: [PATCH] remove unused white space and imports --- cms/djangoapps/contentstore/utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cms/djangoapps/contentstore/utils.py b/cms/djangoapps/contentstore/utils.py index 606569c6a6..da2993e463 100644 --- a/cms/djangoapps/contentstore/utils.py +++ b/cms/djangoapps/contentstore/utils.py @@ -2,14 +2,9 @@ from django.conf import settings from xmodule.modulestore import Location from xmodule.modulestore.django import modulestore from xmodule.modulestore.exceptions import ItemNotFoundError -import os, tempfile, zipfile -from django.http import HttpResponse -from django.core.servers.basehttp import FileWrapper DIRECT_ONLY_CATEGORIES = ['course', 'chapter', 'sequential', 'about', 'static_tab', 'course_info'] - - def get_modulestore(location): """ Returns the correct modulestore to use for modifying the specified location