@@ -14,11 +14,11 from schainpy.utils.log import logToFile | |||
|
14 | 14 | from xml.etree.ElementTree import ElementTree, Element, SubElement, tostring |
|
15 | 15 | from xml.dom import minidom |
|
16 | 16 | |
|
17 | from multiprocessing import cpu_count | |
|
17 | 18 | from schainpy.model import * |
|
18 | 19 | from time import sleep |
|
19 | 20 | |
|
20 | 21 | |
|
21 | ||
|
22 | 22 | def prettify(elem): |
|
23 | 23 | """Return a pretty-printed XML string for the Element. |
|
24 | 24 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now