mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-02 21:13:36 +00:00 
			
		
		
		
	actions: Split out zerver.actions.users.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit d7981dad62)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7c5e017c14
						
					
				
				
					commit
					b4d9cd4e0f
				
			@@ -31,8 +31,8 @@ with test_server_running(
 | 
			
		||||
):
 | 
			
		||||
    # zerver imports should happen after `django.setup()` is run
 | 
			
		||||
    # by the test_server_running decorator.
 | 
			
		||||
    from zerver.actions.users import change_user_is_active
 | 
			
		||||
    from zerver.lib.actions import (
 | 
			
		||||
        change_user_is_active,
 | 
			
		||||
        do_create_user,
 | 
			
		||||
        do_deactivate_realm,
 | 
			
		||||
        do_reactivate_realm,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user