Modified zipper script for better Python compatibility
This commit is contained in:
		@@ -4,7 +4,7 @@ import os
 | 
			
		||||
 | 
			
		||||
def create_archive():
 | 
			
		||||
	os.chdir("..\\src")
 | 
			
		||||
	print "Creating zip archive..."
 | 
			
		||||
	print("Creating zip archive...")
 | 
			
		||||
	shutil.make_archive("socializer", "zip", "dist/main")
 | 
			
		||||
	if os.path.exists("dist"):
 | 
			
		||||
		shutil.rmtree("dist")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user