This commit follows the OpenStack Style Guidelines [H201]

http://docs.openstack.org/developer/hacking/#python-3-x-compatibility

Change-Id: Ie14a3fb72f439db2266339265604234d6f433197
This commit is contained in:
Hu Yupeng 2016-10-19 16:22:03 +08:00
parent 772dc0d017
commit 24d98c6985
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import sys, base64
try:
from PIL import Image
except:
except Exception:
print "python PIL module required (python-imaging package)"
sys.exit(1)