fix namespace packages
This commit is contained in:
		
							parent
							
								
									a2b7b1b89b
								
							
						
					
					
						commit
						73c8839db4
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,2 +1 @@
 | 
			
		|||
from pkgutil import extend_path
 | 
			
		||||
__path__ = extend_path(__path__, __name__)
 | 
			
		||||
__import__('pkg_resources').declare_namespace(__name__)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1 @@
 | 
			
		|||
from pkgutil import extend_path
 | 
			
		||||
__path__ = extend_path(__path__, __name__)
 | 
			
		||||
__import__('pkg_resources').declare_namespace(__name__)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue