mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	* Import uget correctly
This commit is contained in:
		
							parent
							
								
									579670e4c7
								
							
						
					
					
						commit
						9cdea6e450
					
				| 
						 | 
					@ -4,9 +4,10 @@ import sys
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import tarfile
 | 
					import tarfile
 | 
				
			||||||
import shutil
 | 
					import shutil
 | 
				
			||||||
import uget
 | 
					 | 
				
			||||||
import plac
 | 
					import plac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from . import uget
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# TODO: Read this from the same source as the setup
 | 
					# TODO: Read this from the same source as the setup
 | 
				
			||||||
VERSION = '0.9.5'
 | 
					VERSION = '0.9.5'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user