~ubuntu-branches/ubuntu/oneiric/pyro/oneiric

« back to all changes in this revision

Viewing changes to bin/xnsc

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2004-05-29 18:51:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040529185150-eiqbsyc88ryla0bc
Tags: 3.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
exec python -O -tt -c "import Pyro.xnsc,sys; Pyro.xnsc.main(sys.argv[1:])" "$@"
 
1
#!/bin/sh
 
2
exec /usr/bin/python -O -tt -c "import Pyro.xnsc,sys; Pyro.xnsc.main(sys.argv[1:])" "$@"