Skip to content

Commit

Permalink
stderr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbybandaid committed Feb 15, 2019
1 parent 1b71812 commit e1f8939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# this fucking question, and if you get here you should go RTGDMFM.
raise ImportError('Sopel requires Python 2.7+ or 3.3+.')
if sys.version_info.major == 2:
stderr('Warning: Python 2.x is near end of life. Sopel support at that point is TBD.')
print('Warning: Python 2.x is near end of life. Sopel support at that point is TBD.', file=sys.stderr)


def read_reqs(path):
Expand Down

0 comments on commit e1f8939

Please sign in to comment.