Skip to content

Commit

Permalink
refactor: rename ui/utils to ui/ui_utils for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Sep 29, 2024
1 parent 63200c7 commit 1138c9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal/ui/operators/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import bpy

from ..globals import CONNECTION_MANAGER, MODAL_OPERATORS
from ..utils.helper import is_connection_duplicated
from ..ui_utils.helper import is_connection_duplicated


# Operator to add new connection
Expand Down
2 changes: 1 addition & 1 deletion portal/ui/operators/modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ...handlers.custom_handler import CustomHandler
from ...handlers.string_handler import StringHandler
from ..globals import CONNECTION_MANAGER, MODAL_OPERATORS
from ..utils.helper import construct_packet_dict
from ..ui_utils.helper import construct_packet_dict


class ModalOperator(bpy.types.Operator):
Expand Down
File renamed without changes.

0 comments on commit 1138c9a

Please sign in to comment.