Skip to content

Commit 1e343e8

Browse files
committed
Testing.
1 parent 46f524e commit 1e343e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: spyder/widgets/projects/explorer.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def delete(self, fnames=None):
169169

170170
class ProjectExplorerWidget(QWidget):
171171
"""Project Explorer"""
172+
redirect_stdio = Signal(bool)
172173
sig_option_changed = Signal(str, object)
173174
sig_open_file = Signal(str)
174175

@@ -261,9 +262,6 @@ def delete_project(self):
261262
# Tests
262263
#==============================================================================
263264
class ProjectExplorerTest(QWidget):
264-
265-
redirect_stdio = Signal(bool)
266-
267265
def __init__(self, directory=None):
268266
QWidget.__init__(self)
269267
vlayout = QVBoxLayout()

0 commit comments

Comments
 (0)