~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to contrib/osb2foxtrot

  • Committer: Paul Wise
  • Date: 2018-03-06 03:32:21 UTC
  • Revision ID: pabs3@bonedaddy.net-20180306033221-lzyia8y0cpw95j1b
Remove trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
gpx = open(sys.argv[1])
22
22
xml = parse(gpx).getroot()
23
23
 
24
 
con = sqlite.connect(sys.argv[2]) 
 
24
con = sqlite.connect(sys.argv[2])
25
25
cur = con.cursor()
26
26
 
27
27
for wpt in xml: