Remove the now-unused import.

This commit is contained in:
Ned Batchelder
2013-10-09 10:03:46 -04:00
parent 192222f2cc
commit 13f120b0ca

View File

@@ -21,7 +21,6 @@ from bson.son import SON
from fs.osfs import OSFS
from itertools import repeat
from path import path
from operator import attrgetter
from importlib import import_module
from xmodule.errortracker import null_error_tracker, exc_info_to_str