View | Details | Raw Unified
Collapse All | Expand All

(-) ./configure (-1 / +1 lines)
 Lines 4390-4396    Link Here 
  echo $ac_n "checking for a working GdkImlib""... $ac_c" 1>&6
  echo $ac_n "checking for a working GdkImlib""... $ac_c" 1>&6
echo "configure:4393: checking for a working GdkImlib" >&5
echo "configure:4393: checking for a working GdkImlib" >&5
  if ${Python} -c 'import _gdkimlib' >&5 2>&1 ; then
  if ${Python} -c "import pygtk;pygtk.require('1.2');import _gdkimlib" >&5 2>&1 ; then
    echo "$ac_t""yes" 1>&6
    echo "$ac_t""yes" 1>&6
  else
  else
    echo "$ac_t""no" 1>&6
    echo "$ac_t""no" 1>&6
(-) ./scripts/pybliographic.py (+2 lines)
 Lines 22-27    Link Here 
import sys
import sys
import pygtk
pygtk.require('1.2')
from gtk import *
from gtk import *
from Pyblio.GnomeUI.Pybliographic import Pybliographic
from Pyblio.GnomeUI.Pybliographic import Pybliographic
from Pyblio.Fields import URL
from Pyblio.Fields import URL