Version bump 1.1.60

Stable release
This commit is contained in:
angelblue05 2015-11-12 16:32:02 -06:00
parent ca66438b62
commit faa376a520
3 changed files with 5 additions and 2 deletions

View file

@ -189,7 +189,9 @@ def createSources():
)
etree.SubElement(source_two, 'allowsharing').text = "true"
indent(root)
try:
indent(root)
except:pass
etree.ElementTree(root).write(xmlpath)
def pathsubstitution(add=True):