From e7931f295636bb5a8b38d50579698c0f37888e47 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sat, 6 May 2017 14:10:07 +0100 Subject: [PATCH] Places: Explicitly import GLib Not actually needed, but for clarity and consistency with other plugins. --- usr/lib/linuxmint/mintMenu/plugins/places.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/places.py b/usr/lib/linuxmint/mintMenu/plugins/places.py index 916bb65..841dec5 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/places.py +++ b/usr/lib/linuxmint/mintMenu/plugins/places.py @@ -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