mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	fdroid: python2 doesn't like print()
It just prints "()", which is stupid.
This commit is contained in:
		
							parent
							
								
									bd29fce13b
								
							
						
					
					
						commit
						309660423c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								fdroid
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								fdroid
									
										
									
									
									
								
							| 
						 | 
					@ -51,7 +51,7 @@ def print_help():
 | 
				
			||||||
    print("Valid commands are:")
 | 
					    print("Valid commands are:")
 | 
				
			||||||
    for cmd, summary in commands.items():
 | 
					    for cmd, summary in commands.items():
 | 
				
			||||||
        print("   " + cmd + ' ' * (15 - len(cmd)) + summary)
 | 
					        print("   " + cmd + ' ' * (15 - len(cmd)) + summary)
 | 
				
			||||||
    print()
 | 
					    print("")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def main():
 | 
					def main():
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue