Skip to content

Commit

Permalink
Change import after moving console interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Sep 12, 2017
1 parent be4b911 commit 9c137e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/console/widgets/internalshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Local imports
from spyder import get_versions
from spyder.interpreter import Interpreter
from spyder.plugins.console.interpreter import Interpreter
from spyder.py3compat import (builtins, getcwd, to_binary_string,
to_text_string)
from spyder.utils import icon_manager as ima
Expand Down

0 comments on commit 9c137e8

Please sign in to comment.