print("import: 'PIL'")
import PIL

print("import: 'PIL.Image'")
import PIL.Image

print("import: 'PIL.ImageCms'")
import PIL.ImageCms

