1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

import Image from PIL, or Pillow

This commit is contained in:
freeyoung 2014-03-14 01:51:14 +08:00
parent 442e523956
commit b68b3dc6c0

View File

@ -6,11 +6,11 @@
@license: GPL
'''
import Image
import qrcode
import time
import os
import operator
from PIL import Image
from constants import *
from exceptions import *