Commit c76bab6f by Calen Pennington

Get rid of unused includes

parent 91b306b3
import StringIO
import datetime import datetime
import dateutil import dateutil
import dateutil.parser import dateutil.parser
import json import json
import logging import logging
import math
import numpy
import os
import random
import scipy
import struct
import sys
import traceback import traceback
from lxml import etree from lxml import etree
...@@ -21,7 +13,6 @@ from mitxmako.shortcuts import render_to_string ...@@ -21,7 +13,6 @@ from mitxmako.shortcuts import render_to_string
from x_module import XModule, XModuleDescriptor from x_module import XModule, XModuleDescriptor
from capa.capa_problem import LoncapaProblem, StudentInputError from capa.capa_problem import LoncapaProblem, StudentInputError
import courseware.content_parser as content_parser import courseware.content_parser as content_parser
from multicourse import multicourse_settings
log = logging.getLogger("mitx.courseware") log = logging.getLogger("mitx.courseware")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment