Correctly detect missing FreeImage.

This commit is contained in:
Stefan van der Walt
2011-08-24 03:54:22 -07:00
parent 391f68587a
commit fa422d5084
+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