* src/docgen/GtkPrint.py: Fix 0000908: GtkPrint doesn't parse if you don't have pygtk version 2.10
svn: r8270
This commit is contained in:
@@ -52,6 +52,10 @@ log = logging.getLogger(".GtkDoc")
|
||||
|
||||
import pygtk
|
||||
import gtk
|
||||
|
||||
if not hasattr(gtk, "PrintOperation"):
|
||||
raise Errors.UnavailableError(_("Cannot be loaded because PyGtk 2.10 or later is not installed"))
|
||||
|
||||
import cairo
|
||||
import pango
|
||||
|
||||
|
Reference in New Issue
Block a user