Skip to content

Commit

Permalink
Remove Windows/Py2.7 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed May 29, 2018
1 parent 1cd53c4 commit 513562f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spyder_terminal/terminalplugin.py
Expand Up @@ -182,9 +182,6 @@ def check_compatibility(self):
if PYQT4 or PYSIDE:
message = _('This plugin does not work with Qt 4')
valid = False
elif WINDOWS and PY2:
message = _('This plugin does not work with Python 2 on Windows')
valid = False
return valid, message

# ------ SpyderPluginWidget API ------------------------------
Expand Down

0 comments on commit 513562f

Please sign in to comment.