6236: display issue by using cairo under linux too

svn: r21642
This commit is contained in:
Jérôme Rapinat 2013-03-14 09:53:19 +00:00
parent 2abc7c8475
commit 0ce396d2c1

View File

@ -71,14 +71,7 @@ import gui.utils
# Constants
#
#-------------------------------------------------------------------------
if constfunc.is_quartz():
CAIRO_AVAILABLE = False
else:
try:
import cairo
CAIRO_AVAILABLE = True
except ImportError:
CAIRO_AVAILABLE = False
CAIRO_AVAILABLE = False
_PERSON = "p"
_BORN = _('short for born|b.')