Skip to content

Commit

Permalink
[SCons] Remove __all__ from buildutils
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Sep 28, 2024
1 parent bbb600e commit d6e4e7a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions site_scons/buildutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
except ImportError:
np = None

__all__ = ("Option", "PathOption", "BoolOption", "EnumOption", "Configuration",
"logger", "remove_directory", "remove_file", "test_results",
"add_RegressionTest", "get_command_output", "listify", "which",
"ConfigBuilder", "multi_glob", "get_spawn", "quoted", "add_system_include",
"get_pip_install_location", "compiler_flag_list", "setup_python_env",
"checkout_submodule", "check_for_python", "make_relative_path_absolute",
"check_sundials", "config_error", "run_preprocessor")

if TYPE_CHECKING:
from typing import Iterable, TypeVar, Union, List, Dict, Tuple, Optional, \
Iterator, Sequence
Expand Down

0 comments on commit d6e4e7a

Please sign in to comment.