Skip to content

Commit

Permalink
rm incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
alok committed Aug 27, 2017
1 parent 2cd3c25 commit 7b48753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/shell.py
Expand Up @@ -14,7 +14,7 @@


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
Expand Down

0 comments on commit 7b48753

Please sign in to comment.