Functions | |
| def | path_to_comp_id (path, prefix) |
| def | path_to_dir_id (path, prefix) |
Variables | |
| base_dir = os.getenv("OMNI_ROOT") | |
| list | cmd |
| comp_name = path_to_comp_id(path, "omni") | |
| list | data |
| dir_name = path_to_dir_id(path, "omni") | |
| list | flist = [] |
| string | full_path = base_dir+"\\\\" |
| string | 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" |
| path = path.replace("/", "\\") | |
| def omniwxs.path_to_comp_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 61 of file omniwxs.py.
| def omniwxs.path_to_dir_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 53 of file omniwxs.py.
| string omniwxs.base_dir = os.getenv("OMNI_ROOT") |
Definition at line 45 of file omniwxs.py.
| list omniwxs.cmd |
Definition at line 88 of file omniwxs.py.
| omniwxs.comp_name = path_to_comp_id(path, "omni") |
Definition at line 74 of file omniwxs.py.
| list omniwxs.data |
Definition at line 19 of file omniwxs.py.
| omniwxs.dir_name = path_to_dir_id(path, "omni") |
Definition at line 76 of file omniwxs.py.
| list omniwxs.flist = [] |
Definition at line 84 of file omniwxs.py.
| string omniwxs.full_path = base_dir+"\\\\" |
Definition at line 81 of file omniwxs.py.
| 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" |
Definition at line 17 of file omniwxs.py.
| omniwxs.path = path.replace("/", "\\") |
Definition at line 78 of file omniwxs.py.