Beginning to merge new settings file
--HG-- branch : pmitros-dormsbee-settings2 rename : settings_new_askbot.py => settings.py
This commit is contained in:
@@ -175,7 +175,7 @@ class Module(XModule):
|
||||
self.attempts=state['attempts']
|
||||
|
||||
self.filename=content_parser.item(dom2.xpath('/problem/@filename'))
|
||||
filename=settings.DATA_DIR+"problems/"+self.filename+".xml"
|
||||
filename=settings.DATA_DIR+"/problems/"+self.filename+".xml"
|
||||
self.name=content_parser.item(dom2.xpath('/problem/@name'))
|
||||
self.lcp=LoncapaProblem(filename, self.item_id, state)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user