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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user