1
0
Fork 0
flightgear/scripts/python
curt 6ac85b8625 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.
2002-07-22 23:25:28 +00:00
..
.cvsignore .cvsignore files for new directories. 2002-05-17 18:48:40 +00:00
demo.py Added a scripts subdirectory with support for running external python 2002-05-15 21:45:39 +00:00
FGFSDemo.py Fixed a bug in FlightGear.py. Splitting name,value,type using whitespace 2002-07-22 23:25:28 +00:00
FlightGear.py Fixed a bug in FlightGear.py. Splitting name,value,type using whitespace 2002-07-22 23:25:28 +00:00
Makefile.am Added a scripts subdirectory with support for running external python 2002-05-15 21:45:39 +00:00