About to fix correct_map. Working save point
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from x_module import XModule
|
||||
|
||||
from xml.dom.minidom import parse, parseString
|
||||
|
||||
import json
|
||||
|
||||
## TODO: Abstract out from Django
|
||||
@@ -23,10 +21,3 @@ class HtmlModule(XModule):
|
||||
def __init__(self, xml, item_id, ajax_url=None, track_url=None, state=None):
|
||||
print "item id" , item_id
|
||||
XModule.__init__(self, xml, item_id, ajax_url, track_url, state)
|
||||
|
||||
# template_source=module.getAttribute('filename')
|
||||
# return {'content':render_to_string(template_source, {})}
|
||||
|
||||
# print state
|
||||
# if state!=None and "time" not in json.loads(state):
|
||||
# self.video_time = 0
|
||||
|
||||
Reference in New Issue
Block a user