summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/support/interpreters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/interpreters.py b/Lib/test/support/interpreters.py
index eeff3ab..5c484d1 100644
--- a/Lib/test/support/interpreters.py
+++ b/Lib/test/support/interpreters.py
@@ -5,7 +5,7 @@ import _xxsubinterpreters as _interpreters
import _xxinterpchannels as _channels
# aliases:
-from _xxsubinterpreters import is_shareable
+from _xxsubinterpreters import is_shareable, RunFailedError
from _xxinterpchannels import (
ChannelError, ChannelNotFoundError, ChannelEmptyError,
)