Go to the source code of this file.
Namespaces | |
omniwxs | |
Functions | |
def | omniwxs.path_to_comp_id (path, prefix) |
def | omniwxs.path_to_dir_id (path, prefix) |
Variables | |
omniwxs.base_dir = os.getenv("OMNI_ROOT") | |
list | omniwxs.cmd |
def | omniwxs.comp_name = path_to_comp_id(path, "omni") |
list | omniwxs.data |
def | omniwxs.dir_name = path_to_dir_id(path, "omni") |
list | omniwxs.flist = [] |
string | omniwxs.full_path = base_dir + "\\\\" + path |
string | omniwxs.omni_files = "COPYING CREDITS THIS_IS_OMNIORB_4_1_4 COPYING.LIB update.log COPYING.PYTHON sample.reg README.FIRST.txt README.win32.txt ReleaseNotes.txt" |
omniwxs.path = path.replace("/", "\\") | |