Cleanup: declare __all__ for some scripts in build_files/
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
__all__ = (
|
||||
"main",
|
||||
)
|
||||
|
||||
import argparse
|
||||
import make_utils
|
||||
import os
|
||||
|
||||
@@ -21,6 +21,11 @@ Some type annotations are quoted to avoid errors in older Python versions.
|
||||
These can be unquoted eventually.
|
||||
"""
|
||||
|
||||
__all__ = (
|
||||
"main",
|
||||
)
|
||||
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import platform
|
||||
|
||||
@@ -17,6 +17,23 @@ Some type annotations are quoted to avoid errors in older Python versions.
|
||||
These can be unquoted eventually.
|
||||
"""
|
||||
|
||||
__all__ = (
|
||||
"call",
|
||||
"check_output",
|
||||
"command_missing",
|
||||
"git_branch",
|
||||
"git_branch_exists",
|
||||
"git_enable_submodule",
|
||||
"git_get_remote_url",
|
||||
"git_is_remote_repository",
|
||||
"git_remote_exist",
|
||||
"git_set_config",
|
||||
"git_update_submodule",
|
||||
"is_git_submodule_enabled",
|
||||
"parse_blender_version",
|
||||
"remove_directory",
|
||||
)
|
||||
|
||||
import re
|
||||
import os
|
||||
import shutil
|
||||
|
||||
Reference in New Issue
Block a user