Added syntax to have print working on windows

This commit is contained in:
Manuel F Martinez 2013-05-30 08:56:33 -07:00
parent b0097da16f
commit 9023d22e71
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Escpos:
if im.size[0] > 512:
print "WARNING: Image is wider than 512 and could be truncated at print time "
print ("WARNING: Image is wider than 512 and could be truncated at print time ")
if im.size[1] > 255:
raise ImageSizeError()