Simple cleanups of DictFieldData

I tried to make DictFieldData strict about only being used with one
block.  That effort failed ultimately, but these are reasonable changes
I made along the way.
This commit is contained in:
Ned Batchelder
2013-10-18 04:51:42 -04:00
parent 70cea99856
commit d3c7c0834d
4 changed files with 4 additions and 9 deletions

View File

@@ -12,8 +12,6 @@ from django.conf import settings
from mitxmako.shortcuts import render_to_string
from xblock.field_data import DictFieldData
import logging
log = logging.getLogger(__name__)