Changeset 1426 for branch/k0p/umitInterfaceEditor/RestructFiles.py
- Timestamp:
- 08/18/07 18:27:28 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/RestructFiles.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/RestructFiles.py
r1424 r1426 36 36 37 37 def _search(self, option, core): 38 group_list = self.profilecore.groups38 group_list = core.groups 39 39 40 40 … … 67 67 def _search_profile(self, option): 68 68 return self._search(option, self.profilecore) 69 def _search_wizard(self, option): 70 return self._search(option, self.wizardcore) 69 71 70 72 def get_places(self,option): 71 result = self._search_profile(option) 72 return result 73 profile = self._search_profile(option) 74 wizard = self._search_wizard(option) 75 return profile, wizard 73 76 def restruct_all_files(self): 74 77 pass
