Merge pull request #1279 from edx/ned/remove-cache-warning-from-tests

Remove the now-unused import.
This commit is contained in:
Ned Batchelder
2013-10-09 13:33:35 -07:00

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