]> git.mxchange.org Git - flightgear.git/commit
Fixed a bug in FlightGear.py. Splitting name,value,type using whitespace
authorcurt <curt>
Mon, 22 Jul 2002 23:25:28 +0000 (23:25 +0000)
committercurt <curt>
Mon, 22 Jul 2002 23:25:28 +0000 (23:25 +0000)
commit6ac85b86258f30c27622b1671100461cc0599b20
treec5627c8216fd04904760dae0a82de911699e18d5
parent200aa36faf0d052013756cd6bc5b2a7e5933dc91
Fixed a bug in FlightGear.py.  Splitting name,value,type using whitespace
failed on /sim/time/gmt-string because the raw value contains an embedded
space.  Now I use a regex instead of a plain split().  I also removed the
view_next and view_prev functions.  These will have to be replaced with
command properties.

I've also added a FGFSDemo.py script which is a python version of David's java program.
scripts/python/FGFSDemo.py [new file with mode: 0644]
scripts/python/FlightGear.py