forked from cory/tildefriends
		
	Disable buffering here.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3160 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -5,6 +5,9 @@ import shutil
 | 
			
		||||
import subprocess
 | 
			
		||||
import sys
 | 
			
		||||
 | 
			
		||||
# Disable buffering.
 | 
			
		||||
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
 | 
			
		||||
 | 
			
		||||
if len(sys.argv) == 1:
 | 
			
		||||
	kWork = os.path.join('deps', sys.platform)
 | 
			
		||||
elif len(sys.argv) == 2:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user