Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Feb 13, 2018
1 parent 46f524e commit 1e343e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spyder/widgets/projects/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def delete(self, fnames=None):

class ProjectExplorerWidget(QWidget):
"""Project Explorer"""
redirect_stdio = Signal(bool)
sig_option_changed = Signal(str, object)
sig_open_file = Signal(str)

Expand Down Expand Up @@ -261,9 +262,6 @@ def delete_project(self):
# Tests
#==============================================================================
class ProjectExplorerTest(QWidget):

redirect_stdio = Signal(bool)

def __init__(self, directory=None):
QWidget.__init__(self)
vlayout = QVBoxLayout()
Expand Down

0 comments on commit 1e343e8

Please sign in to comment.