From 9786e2c404e680fedb900085809075d5e3fdc218 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 15 May 2025 15:08:21 -0400 Subject: [PATCH] Adjust restore-bp-ex import path to `.devx.debug` Reversion of original cherry-pick fix from downstream history; `.devx.debug` is now legit here. --- examples/debugging/restore_builtin_breakpoint.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/debugging/restore_builtin_breakpoint.py b/examples/debugging/restore_builtin_breakpoint.py index 9fe3b621..7477220a 100644 --- a/examples/debugging/restore_builtin_breakpoint.py +++ b/examples/debugging/restore_builtin_breakpoint.py @@ -5,7 +5,7 @@ import trio import tractor # ensure mod-path is correct! -from tractor.devx._debug import ( +from tractor.devx.debug import ( _sync_pause_from_builtin as _sync_pause_from_builtin, ) diff --git a/pyproject.toml b/pyproject.toml index 44ed7d68..a0491598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,7 @@ dev = [ "stackscope>=0.2.2,<0.3", # ^ requires this? "typing-extensions>=4.14.1", + "pyperclip>=1.9.0", "prompt-toolkit>=3.0.50", "xonsh>=0.19.2",