Fix invalid import statement

This commit is contained in:
Vik Paruchuri
2013-01-04 12:45:33 -05:00
parent 0e81f916e1
commit 480978cf34
2 changed files with 1 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ import sys
from pkg_resources import resource_string
from .capa_module import only_one, ComplexEncoder
from common.lib.xmodule.xmodule import open_ended_module
from .editing_module import EditingDescriptor
from .html_checker import check_html
from progress import Progress
@@ -21,6 +20,7 @@ from .x_module import XModule
from .xml_module import XmlDescriptor
from xmodule.modulestore import Location
import self_assessment_module
import open_ended_module
log = logging.getLogger("mitx.courseware")

View File

@@ -57,8 +57,6 @@ class OpenEndedModule():
DEFAULT_QUEUE = 'open-ended'
DEFAULT_MESSAGE_QUEUE = 'open-ended-message'
response_tag = 'openendedresponse'
allowed_inputfields = ['openendedinput']
max_inputfields = 1
STATE_VERSION = 1