The last good commit wasf57e4c5b98. After this one more fix was committed, this one is preserved as well:67bd678887.
8 lines
238 B
Python
8 lines
238 B
Python
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Until we untangle ToolDef from bl_ui internals,
|
|
# use this module to document ToolDef.
|
|
from bl_ui.space_toolsystem_common import ToolDef
|