Changeset 9587
- Timestamp:
- 09/25/09 03:13:29 (4 years ago)
- Files:
-
- 1 modified
-
ossiedev/trunk/tools/WaveDev/wavedev/MainFrame.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/WaveDev/wavedev/MainFrame.py
r9580 r9587 1456 1456 # NOTE: use CF::FileManager to obtain file location 1457 1457 baseComponentPath = self.installPath + 'dom/xml/' 1458 baseDevicePath = self.installPath + 'dev/xml/' 1459 if os.path.isdir(baseDevicePath): 1460 for d in os.listdir(baseDevicePath): 1461 if d != 'dtd': 1462 resList.append( (baseDevicePath,d) ) 1463 else: 1464 errorMsg(self,"No devices could be found in the following directory: " + baseDevicePath) 1465 return 1466 1458 1467 if os.path.isdir(baseComponentPath): 1459 1468 for r in os.listdir(baseComponentPath):