Places: Explicitly import GLib
Not actually needed, but for clarity and consistency with other plugins.
This commit is contained in:
parent
bd2e150e6e
commit
e7931f2956
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user