* src/RelImage.py: remove PIL
* src/Imgmanip.py: remove PIL * src/MediaView.py: remove PIL * src/accent.py: support of unaccenting characters for comparison, and sorting * src/RelLib.py: build sort name using unaccented version * src/PeopleView.py: get bold working again * src/PeopleModel.py: sort using unaccented characters svn: r3428
This commit is contained in:
@ -188,18 +188,6 @@ def check_thumb(source,dest,size):
|
||||
return 1
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Test if there's PIL available
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
def is_pil():
|
||||
try:
|
||||
from PIL import __name__ as pilname
|
||||
return 1
|
||||
except:
|
||||
return 0
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Test if there's convert available
|
||||
|
Reference in New Issue
Block a user