If there are two python files, A and B, in my user directory, and B imports A, and I change A, talon does not appear to reload B. In my case, A is draft_ui.py and B is draft_talon_helpers.py from https://github.com/splondike/talon_draft_window.
The relevant import is
from .draft_ui import DraftManager
If there are two python files, A and B, in my user directory, and B imports A, and I change A, talon does not appear to reload B. In my case, A is draft_ui.py and B is draft_talon_helpers.py from https://github.com/splondike/talon_draft_window.
The relevant import is