Skip to content

Commit

Permalink
Merge from 2.3: Fix for issue #2984
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 20, 2016
2 parents 90ab905 + e5c4174 commit be4d96e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spyderlib/widgets/internalshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ def empty_queue(self):
def flush(self):
pass

# This is needed to fix Issue 2984
@property
def closed(self):
return False

class WidgetProxyData(object):
pass

Expand Down

0 comments on commit be4d96e

Please sign in to comment.