build.py: Eliminate another global variable

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-03-07 09:56:48 +00:00
commit f996726bae
2 changed files with 5 additions and 6 deletions

View file

@ -644,4 +644,3 @@ if args.topdir:
cmd = getattr(sys.modules[__name__], 'cmd_' + args.cmd.replace('-', '_'))
cmd(sys.argv[(len(global_args) + 1)::])