This commit is contained in:
Emmanuelle Gouillart
2011-08-24 18:05:06 +02:00
+1 -1
View File
@@ -17,7 +17,7 @@ try:
io.use_plugin('freeimage')
FI_available = True
priority_plugin = 'freeimage'
except ImportError:
except OSError:
FI_available = False