modernize overrides convention

This commit is contained in:
John Cupitt 2014-12-22 11:50:59 +00:00
parent 1b86de44f4
commit d5f101431b
1 changed files with 4 additions and 3 deletions

View File

@ -51,11 +51,12 @@ import sys
import re
import logging
from gi.overrides import override
from gi.importer import modules
from gi.repository import GObject
from ..overrides import override
from ..module import get_introspection_module
Vips = get_introspection_module('Vips')
Vips = modules['Vips']._introspection_module
__all__ = []
# start up vips!