Merge pull request #6548 from edx/aamir-khan/ECOM-335-caching

ECOM-335 Created new branch from master and put all changes from aamir-k...
This commit is contained in:
Aamir
2015-01-13 12:11:37 +05:00
9 changed files with 187 additions and 110 deletions

View File

@@ -35,7 +35,6 @@ class XModuleFactory(Factory):
@lazy_attribute
def modulestore(self):
from xmodule.modulestore.django import modulestore
return modulestore()