Changeset 9421
- Timestamp:
- 06/24/09 16:46:13 (4 years ago)
- Location:
- ossiedev/branches/0.7.x/tools/WaveDev/wavedev
- Files:
-
- 2 modified
-
MainFrame.py (modified) (1 diff)
-
cfg.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/0.7.x/tools/WaveDev/wavedev/MainFrame.py
r8729 r9421 463 463 464 464 #read in the configuration information 465 cfg.overrideCfgValue('installpath', '/sdr/') 465 466 cfg.LoadConfiguration(self) 467 cfg.overrideCfgValue('installpath', '/sdr/') 466 468 467 469 #setup the environment -
ossiedev/branches/0.7.x/tools/WaveDev/wavedev/cfg.py
r9384 r9421 97 97 """ 98 98 global __overrides 99 __overrides[ 'key'] = value99 __overrides[key] = value 100 100 101 101