Merge pull request #540 from MikeTheWatchGuy/Dev-latest

Python 2.7 warning
This commit is contained in:
MikeTheWatchGuy 2018-10-22 11:50:38 -04:00 committed by GitHub
commit 8c9747e6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ if sys.version_info[0] >= 3:
import PySimpleGUI as sg
else:
import PySimpleGUI27 as sg
sg.PopupError('Sorry, at the moment this program only runs on Python 3')
sys.exit()
import email
import imaplib