Skip to content

Commit

Permalink
Update wrdsconnect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 25, 2020
1 parent 8ca6255 commit 6c09648
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions famafrench/wrdsconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def __init__(self, autoconnect=True):
"""
py3 = version_info[0] > 2
if not py3:
print('PLEASE USE PYTHON 3.')
PermissionError = Exception
FileNotFoundError = Exception
raise SyntaxError('PLEASE USE PYTHON 3+')

appname = '{0} python {1}.{2}.{3}/wrds {4}'.format(
sys.platform,
Expand Down

0 comments on commit 6c09648

Please sign in to comment.