From 1e343e807649b44a401e325dba461d8d75a7969a Mon Sep 17 00:00:00 2001 From: dalthviz Date: Mon, 12 Feb 2018 20:03:21 -0500 Subject: [PATCH] Testing. --- spyder/widgets/projects/explorer.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spyder/widgets/projects/explorer.py b/spyder/widgets/projects/explorer.py index 2c741bf4854..af5a67ef2ab 100644 --- a/spyder/widgets/projects/explorer.py +++ b/spyder/widgets/projects/explorer.py @@ -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) @@ -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()