Commit e3b9238e by Victor Shnayder

reorder imports

parent f8e45e0a
...@@ -7,20 +7,21 @@ Parses xml definition file--see below for exact format. ...@@ -7,20 +7,21 @@ Parses xml definition file--see below for exact format.
import copy import copy
from fs.errors import ResourceNotFoundError from fs.errors import ResourceNotFoundError
import itertools
import json
import logging import logging
import os
import sys
from lxml import etree from lxml import etree
from lxml.html import rewrite_links from lxml.html import rewrite_links
from path import path from path import path
import json import os
from progress import Progress import sys
from pkg_resources import resource_string from pkg_resources import resource_string
from .capa_module import only_one, ComplexEncoder from .capa_module import only_one, ComplexEncoder
from .editing_module import EditingDescriptor from .editing_module import EditingDescriptor
from .html_checker import check_html from .html_checker import check_html
from progress import Progress
from .stringify import stringify_children from .stringify import stringify_children
from .x_module import XModule from .x_module import XModule
from .xml_module import XmlDescriptor from .xml_module import XmlDescriptor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment