Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
komsit37 committed Mar 4, 2016
1 parent 05c210f commit afad576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q_out_panel.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit afad576

Please sign in to comment.