mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Merge branch 'signatures-clean-up-globals' into 'master'
clean up globals in signatures.py See merge request fdroid/fdroidserver!545
This commit is contained in:
		
						commit
						bd1af5d07e
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -86,8 +86,6 @@ def extract(options):
 | 
			
		|||
 | 
			
		||||
def main():
 | 
			
		||||
 | 
			
		||||
    global config, options
 | 
			
		||||
 | 
			
		||||
    # Parse command line...
 | 
			
		||||
    parser = ArgumentParser(usage="%(prog)s [options] APK [APK...]")
 | 
			
		||||
    common.setup_global_opts(parser)
 | 
			
		||||
| 
						 | 
				
			
			@ -97,6 +95,6 @@ def main():
 | 
			
		|||
    options = parser.parse_args()
 | 
			
		||||
 | 
			
		||||
    # Read config.py...
 | 
			
		||||
    config = common.read_config(options)
 | 
			
		||||
    common.read_config(options)
 | 
			
		||||
 | 
			
		||||
    extract(options)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue