1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Added another section in config class for managing files extensions.

This commit is contained in:
2008-03-24 12:09:29 +00:00
parent bc4f329d15
commit 922ec99990
5 changed files with 262 additions and 16 deletions

View File

@@ -81,7 +81,7 @@ def check_requirements():
print "You'll need pyExcelerator, if you want to export DB to XLS format.\nhttp://sourceforge.net/projects/pyexcelerator"
sys.exit(1)
if conf.confd['pil']:
if conf.confd['thumbs']:
try:
import Image, ImageEnhance
except: