# Python code to start a JmriDemo app, complete with menu bar # # Author: Bob Jacobsen, copyright 2004 # Part of the JMRI distribution # # The next line is maintained by CVS, please don't change it # $Revision: 1.3 $ # start the program import apps apps.JmriDemo.JMRIdemo.main([]) # define the usual defaults execfile("jython/jmri_defaults.py")