Module script
source code
script plugin
Plugin read by omero.cli.Cli during initialization. The method(s)
defined here will be added to the Cli class for later use.
The script plugin is used to run arbitrary blitz scripts which take as
their sole input Ice configuration arguments, including
--Ice.Config=file1,file2.
The first parameter, the script itself, should be natively executable
on a given platform. I.e. invokable by subprocess.call([file,...])
Copyright 2008 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
Imports:
subprocess,
os,
sys,
BaseControl,
shlex