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
1 changed files with 1 additions and 1 deletions

View File

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