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