Re: [atomic-devel] PyGIWarning

2016-06-01 Thread Colin Walters
> > PyGIWarning: OSTree was imported without specifying a version first. Use > gi.require_version('OSTree', '1.0') > before import to ensure that the right version gets loaded. > > > and wondering if I should really add this? Is 1.0 the correct version? To suppress the warning it is currentl

[atomic-devel] PyGIWarning

2016-06-01 Thread Jeff Ortel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Atomic, Noticed this output using libostree with gobject: PyGIWarning: OSTree was imported without specifying a version first. Use gi.require_version('OSTree', '1.0') before import to ensure that the right version gets loaded. and wondering if