mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
* Fix for missed configuration change.
This commit is contained in:
@@ -76,7 +76,7 @@ def check_requirements():
|
|||||||
print "You'll need pyExcelerator, if you want to export DB to XLS format.\nhttp://sourceforge.net/projects/pyexcelerator"
|
print "You'll need pyExcelerator, if you want to export DB to XLS format.\nhttp://sourceforge.net/projects/pyexcelerator"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if conf.confd['thumbs']:
|
if conf.confd['thumbs'] and conf.confd['retrive']:
|
||||||
try:
|
try:
|
||||||
import Image, ImageEnhance
|
import Image, ImageEnhance
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user