diff --git a/q_out_panel.py b/q_out_panel.py index 01802d0..246d93a 100644 --- a/q_out_panel.py +++ b/q_out_panel.py @@ -1,7 +1,7 @@ -from . import chain +from . import q_chain #show_q_output -class QOutPanelCommand(chain.ChainCommand): +class QOutPanelCommand(q_chain.QChainCommand): def do(self, edit, input=None): panel = self.view.window().get_output_panel("q")