mirror of
				https://github.com/termux/termux-packages.git
				synced 2025-10-31 13:26:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/waflib/ConfigSet.py
 | |
| +++ b/waflib/ConfigSet.py
 | |
| @@ -146,7 +146,7 @@
 | |
|  		Utils.writef(filename,''.join(buf))
 | |
|  	def load(self,filename):
 | |
|  		tbl=self.table
 | |
| -		code=Utils.readf(filename,m='rU')
 | |
| +		code=Utils.readf(filename,m='r')
 | |
|  		for m in re_imp.finditer(code):
 | |
|  			g=m.group
 | |
|  			tbl[g(2)]=eval(g(3))
 |