1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Fix wicd-curses warnings in status bar and similar cases

Replace all occurrences of "from gi.repository import GObject as
gobject" with "from gi.repository import GLib as gobject".
This commit is contained in:
Axel Beckert
2019-09-12 00:59:05 +02:00
parent 5860ad8251
commit f090e292dc
6 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ import urwid
# DBus communication stuff
from dbus import DBusException
# It took me a while to figure out that I have to use this.
from gi.repository import GObject as gobject
from gi.repository import GLib as gobject
# Other important wicd-related stuff
from wicd import wpath