9801 Silence remaining PyGIWarning

This commit is contained in:
Sam Manzi 2016-12-14 07:48:45 +11:00
parent 1b6d84353c
commit f01d469849
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -32,6 +32,8 @@ import os
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from gi.repository import Gtk from gi.repository import Gtk
import gi
gi.require_version('GExiv2', '0.10')
from gi.repository import GExiv2 from gi.repository import GExiv2
#------------------------------------------------------------------------- #-------------------------------------------------------------------------