import Image from PIL, or Pillow

This commit is contained in:
freeyoung 2014-03-14 01:51:14 +08:00
parent 442e523956
commit b68b3dc6c0
1 changed files with 6 additions and 6 deletions

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 *