Cleanup: move 'console' module to 'bl_console_utils.autocomplete'

The name 'console' for a module was too generic, move into a sub-package
of bl_console_utils, so other console utilities can be added
without creating new top-level modules.
This commit is contained in:
2022-05-20 09:55:17 +10:00
parent a42307eb65
commit 74a34d95d6
6 changed files with 1 additions and 1 deletions

View File

@@ -213,7 +213,7 @@ execute.hooks = []
def autocomplete(context):
from console import intellisense
from bl_console_utils.autocomplete import intellisense
sc = context.space_data