Skip to content

Commit

Permalink
Merge pull request kivy#92 from dessant/patch-2
Browse files Browse the repository at this point in the history
fix print statement
  • Loading branch information
trivedigaurav committed Aug 19, 2014
2 parents c453ced + 4738364 commit 7146bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/win/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _send(self, **kwargs):
try:
os.startfile(uri)
except WindowsError:
print "Warning: unable to find a program able to send emails."
print("Warning: unable to find a program able to send emails.")


def instance():
Expand Down

0 comments on commit 7146bbe

Please sign in to comment.