Package omero :: Package plugins :: Module setup
[hide private]
[frames] | no frames]

Module setup

source code

setup 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 setup plugin is used during install and upgrade to properly configure a system.

Copyright 2008 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt

Classes [hide private]
  Question
Question which knows how to ask itself to the user via raw_input, as well as how to insert itself into optparse.OptionParser.
  SetupControl

Imports: subprocess, optparse, os, sys, BaseControl