Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412447 | Differences between
and this patch

Collapse All | Expand All

(-)python/Vips.py (+4 lines)
Lines 39-44 Link Here
39
logger = logging.getLogger(__name__)
39
logger = logging.getLogger(__name__)
40
# This needs to be here, otherwise gi issues a warning.
41
import gi
42
gi.require_version('Vips', '8.0')
43
40
from gi.repository import GObject
44
from gi.repository import GObject
41
from ..overrides import override
45
from ..overrides import override
42
from ..module import get_introspection_module
46
from ..module import get_introspection_module

Return to bug 412447