def get_registration_handle(self):
     # Get a handle on the registration worker
     rp = RegistrationProcess()
     rp.CFG = self.CFG
     rp.container = self.container
     return rp
Exemple #2
0
 def get_registration_handle(self):
     # Get a handle on the registration worker
     rp = RegistrationProcess()
     rp.CFG = self.CFG
     rp.container = self.container
     return rp