mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	fix PEP8 "E302 expected 2 blank lines, found 1"
This commit is contained in:
		
							parent
							
								
									2f2618e06c
								
							
						
					
					
						commit
						3f4f7a544b
					
				
					 16 changed files with 84 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								fdroid
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								fdroid
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -38,6 +38,7 @@ commands = {
 | 
			
		|||
        "server": "Interact with the repo HTTP server",
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def print_help():
 | 
			
		||||
    print "usage: fdroid [-h|--help] <command> [<args>]"
 | 
			
		||||
    print
 | 
			
		||||
| 
						 | 
				
			
			@ -46,6 +47,7 @@ def print_help():
 | 
			
		|||
        print "   " + cmd + ' '*(15-len(cmd)) + summary
 | 
			
		||||
    print
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def main():
 | 
			
		||||
 | 
			
		||||
    if len(sys.argv) <= 1:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue