Remove redundant stubs
Since we replaced dbus with dbus_next, we don't need the dbus stubs any more. We can also get rid of gi.repository as we're not using mainloop. pythonwifi can go too. Presumably used in an old widget.master
parent
4a85fc667c
commit
807087b9ee
|
@ -1 +0,0 @@
|
|||
def DBusGMainLoop(set_as_default=False): ...
|
|
@ -1,7 +0,0 @@
|
|||
class BusName: ...
|
||||
|
||||
class Object: ...
|
||||
|
||||
def method(dbus_interface, in_signature=None, out_signature=None): ...
|
||||
|
||||
def signal(dbus_interface, signature=None): ...
|
|
@ -1,3 +0,0 @@
|
|||
class Wireless: ...
|
||||
|
||||
class Iwstats: ...
|
Loading…
Reference in New Issue