forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: 6QX7YCmfjdJ --HG-- extra : rebase_source : 0610d67f376c462b0f103a6510f21459fc39f940
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Oh no.. we called this variable foobar, bad!
 | 
						|
 | 
						|
from __future__ import absolute_import
 | 
						|
 | 
						|
foobar = "a string"
 |