rm incorrect import

This commit is contained in:
Alok Singh 2017-08-27 13:16:32 -07:00
parent 2cd3c25db9
commit 7b48753bb0

View File

@ -14,7 +14,7 @@ else:
try:
from ptpython.ipython import embed as ptipython_embed, run_config
from ptpython.ipython import embed as ptipython_embed
from ptpython.repl import run_config
except ImportError:
HAVE_PTIPYTHON = False