Places: Explicitly import GLib

Not actually needed, but for clarity and consistency with other plugins.
This commit is contained in:
Clement Lefebvre 2017-05-06 14:10:07 +01:00
parent bd2e150e6e
commit e7931f2956

View File

@ -1,6 +1,6 @@
#!/usr/bin/python2
from gi.repository import Gtk, Gio
from gi.repository import Gtk, Gio, GLib
import os
import string
import gettext