# Required PIL classes may or may not be available from the root namespace
# depending on the installation method used.
try:
importImage
importImageFile
importImageFilter
importImageEnhance
exceptImportError:
try:
fromPILimportImage
fromPILimportImageFile
fromPILimportImageFilter
fromPILimportImageEnhance
exceptImportError:
raiseImportError(_('Photologue was unable to import the Python Imaging Library. Please confirm it`s installed and available on your current Python path.'))