/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to src/stdhome.in

  • Committer: Tim Marston
  • Date: 2014-07-17 18:19:47 UTC
  • Revision ID: tim@ed.am-20140717181947-pe060idibfu0kfsk
fixed diff command out-of-order output issue

Show diffs side-by-side

added added

removed removed

21
21
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
22
 
23
23
 
24
 
# @PACKAGE_NAME@ version @PACKAGE_VERSION@@bzr_info@
 
24
# @PACKAGE_NAME@ version @PACKAGE_VERSION@
 
25
 
25
26
 
26
27
if __name__ == "__main__":
27
28
 
39
40
        # start main program
40
41
        from stdhome import the
41
42
        from stdhome.program import Program
42
 
        the.program = Program( "@PACKAGE_VERSION@@bzr_info@" )
 
43
        the.program = Program( "@PACKAGE_VERSION@" )
43
44
        the.program.run()