mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
clean up globals in signatures.py
This commit is contained in:
parent
44f21fbf15
commit
27d382e1f4
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