0

changed last "import Image" to "from PIL import Image"

This commit is contained in:
Aaron Griffith
2012-01-04 00:13:56 -05:00
parent d0032ac9ff
commit e1a6d96e87

View File

@@ -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