We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f524e commit 1e343e8Copy full SHA for 1e343e8
spyder/widgets/projects/explorer.py
@@ -169,6 +169,7 @@ def delete(self, fnames=None):
169
170
class ProjectExplorerWidget(QWidget):
171
"""Project Explorer"""
172
+ redirect_stdio = Signal(bool)
173
sig_option_changed = Signal(str, object)
174
sig_open_file = Signal(str)
175
@@ -261,9 +262,6 @@ def delete_project(self):
261
262
# Tests
263
#==============================================================================
264
class ProjectExplorerTest(QWidget):
-
265
- redirect_stdio = Signal(bool)
266
267
def __init__(self, directory=None):
268
QWidget.__init__(self)
269
vlayout = QVBoxLayout()
0 commit comments