7828: Syntax Error with python3 on test function for Ukrainian relationship calculator
This commit is contained in:
		
				
					committed by
					
						
						Jérôme Rapinat
					
				
			
			
				
	
			
			
			
						parent
						
							234ee04a7e
						
					
				
				
					commit
					a95cbc624f
				
			@@ -900,7 +900,7 @@ if __name__ == "__main__":
 | 
			
		||||
    import sys
 | 
			
		||||
    # If someone go out
 | 
			
		||||
    def goodby(signal, frame):
 | 
			
		||||
        print 'No more Drink!'
 | 
			
		||||
        print('No more Drink!')
 | 
			
		||||
        sys.exit(0)
 | 
			
		||||
    signal.signal(signal.SIGINT, goodby)
 | 
			
		||||
    # Run test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user