PathStripper.py File Reference

Go to the source code of this file.

Namespaces

 PathStripper
 

Functions

def PathStripper.StripPath (path)
 
def PathStripper.CleanVariable (varname, shell, out)
 
def PathStripper._check_output_options_cb (option, opt_str, value, parser)
 

Variables

tuple PathStripper.parser = OptionParser()
 
string PathStripper.action = "append"
 
string PathStripper.dest = "envlist"
 
string PathStripper.metavar = "PATHVAR"
 
string PathStripper.help = "add environment variable to be processed"
 
list PathStripper.choices = ['csh','sh','bat']
 
string PathStripper.type = "string"
 
 PathStripper.callback = _check_output_options_cb,