#!/usr/bin/python

from xml.etree import ElementTree
import time, os, pdb
tree = ElementTree.parse("test.gpx")
tree.write('test2.gpx')
