changed last "import Image" to "from PIL import Image"
This commit is contained in:
@@ -17,7 +17,7 @@ import os
|
||||
import os.path
|
||||
import stat
|
||||
import cPickle
|
||||
import Image
|
||||
from PIL import Image
|
||||
import shutil
|
||||
from time import strftime, time, localtime
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user