~jon-hill/spud/mac_port

« back to all changes in this revision

Viewing changes to bin/spud-set

  • Committer: Cian Wilson
  • Date: 2011-08-17 03:37:26 UTC
  • mto: This revision was merged to the branch mainline in revision 454.
  • Revision ID: cwilson@ldeo.columbia.edu-20110817033726-npd0ryn0qbahte3l
utf8 -> utf-8

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
child.text = newval
41
41
 
42
42
newfile = open(sys.argv[1], "w")
43
 
tree.write(newfile, encoding="utf8", xml_declaration=True)
 
43
tree.write(newfile, encoding="utf-8", xml_declaration=True)