commit | 8002552b510f22f265fa0a1e85cc9cc35045cff6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:14:04 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 09 12:26:12 2022 -0700 |
tree | c33854b5848f407f5ad6b2d2337665ccd436eab4 | |
parent | 912b6f5c9841576f1f34dff226ecdbf5350db255 [diff] [blame] |
patman: Convert camel case in tools.py Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/buildman/control.py b/tools/buildman/control.py index eee8113..e8a531e 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py
@@ -135,7 +135,7 @@ global builder if options.full_help: - tools.PrintFullHelp( + tools.print_full_help( os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), 'README') ) return 0