Show
Ignore:
Timestamp:
08/18/07 18:27:28 (6 years ago)
Author:
kop-labs
Message:

Delete Dependences

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/k0p/umitInterfaceEditor/RestructFiles.py

    r1424 r1426  
    3636     
    3737    def _search(self, option, core): 
    38         group_list = self.profilecore.groups  
     38        group_list = core.groups  
    3939                 
    4040         
     
    6767    def _search_profile(self, option): 
    6868        return self._search(option, self.profilecore) 
     69    def _search_wizard(self, option): 
     70        return self._search(option, self.wizardcore) 
    6971 
    7072    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 
    7376    def restruct_all_files(self): 
    7477        pass