OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Functions | Variables
init.py File Reference

Go to the source code of this file.

Data Structures

class  OstOptionParser

Namespaces

namespace  ost.gui.dng.init

Functions

def show_help
def parse_script_option
def stop

Variables

 _img_present = True
string usage = 'usage: dng [options] [files to load]'
 script_argv = options.script
tuple compound_lib = conop.CompoundLib.Load(options.complib)
tuple rbb = conop.RuleBasedBuilder(compound_lib)
tuple home = os.getenv('HOME')
tuple _ostrc = os.path.join(home, '.ostrc')
tuple rcfile = open(_ostrc,"w")
tuple working_dir = settings.GetValue("DNG_WORKING_DIR",None)