mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
		
			
				
	
	
		
			7 lines
		
	
	
		
			177 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			177 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """Multi-consumer multi-producer dispatching mechanism
 | |
| """
 | |
| __version__ = "1.0.0"
 | |
| __author__ = "Patrick K. O'Brien"
 | |
| __license__ = "BSD-style, see license.txt for details"
 | |
| 
 |