On Mon, Sep 26, 2011 at 07:42:53PM +0200, Julien Rioux wrote: > >> > >> if __name__ == "__main__": > >>- exit(main(sys.argv)[0]) > >>+ sys.exit(main(sys.argv)[0]) > > > > For branch this is also needed in lyxpreview-lytex2bibtmap.py and > lyxpreview-platex2bitmap.py
Are you sure? $ grep -l "exit(main" lib/scripts/* lib/scripts/lyxpreview2bitmap.py $ -- Enrico
