aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgsubstate2
-rw-r--r--lib_pypy/_pypy_interact.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgsubstate b/.hgsubstate
index c6d72ed367..61421b9188 100644
--- a/.hgsubstate
+++ b/.hgsubstate
@@ -1,3 +1,3 @@
80037 greenlet
-80345 lib_pypy/pyrepl
+80348 lib_pypy/pyrepl
80037 testrunner
diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py
index 16179e7538..46f9f7a016 100644
--- a/lib_pypy/_pypy_interact.py
+++ b/lib_pypy/_pypy_interact.py
@@ -1,6 +1,7 @@
"""Imported by app_main.py when PyPy needs to fire up the interactive console.
"""
import sys
+import os
def interactive_console(mainmodule=None):