Fix quality issues.

This commit is contained in:
Feanil Patel
2019-08-20 18:02:30 -04:00
parent 73a146fbbe
commit fde27196f9
2 changed files with 1 additions and 2 deletions

View File

@@ -435,8 +435,6 @@ class XMLModuleStore(ModuleStoreReadBase):
"""
log.debug('========> Starting courselike import from %s', course_dir)
with open(self.data_dir / course_dir / self.parent_xml) as course_file:
course_data = etree.parse(course_file, parser=edx_xml_parser).getroot()
org = course_data.get('org')

View File

@@ -1,3 +1,4 @@
<%page expression_filter="h"/>
<%! from django.utils.translation import ugettext as _ %>
<form action="${action}" method="post">
% for pk, pv in params.items():