fix sources.xml

argument not available on older python versions
This commit is contained in:
angelblue05 2015-11-08 08:31:49 -06:00
parent a9500e9751
commit 4da967a65c

View file

@ -190,7 +190,7 @@ def createSources():
etree.SubElement(source_two, 'allowsharing').text = "true"
indent(root)
etree.ElementTree(root).write(xmlpath, method="html")
etree.ElementTree(root).write(xmlpath)
def pathsubstitution(add=True):