mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 05:42:54 +00:00 
			
		
		
		
	Rename my bootiful threadlocalise.. SupervisorBaseMixin method
This commit is contained in:
		@@ -16,9 +16,9 @@ def get_supervisor_instance():
 | 
			
		||||
class SupervisorBaseMixin:
 | 
			
		||||
    supervisor = get_supervisor_instance()
 | 
			
		||||
 | 
			
		||||
    def threadlocalise_supervisor_instance(self):
 | 
			
		||||
    def acquire_own_supervisor_instance(self):
 | 
			
		||||
        """
 | 
			
		||||
        Give this instance non-static, thread local xmlrpc client
 | 
			
		||||
        Give this instance non-static, local xmlrpc client
 | 
			
		||||
        """
 | 
			
		||||
        self.supervisor = get_supervisor_instance()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user