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
elParaguayo 2021-10-12 19:06:18 +01:00 committed by Matt Colligan
parent 4a85fc667c
commit 807087b9ee
8 changed files with 0 additions and 11 deletions

View File

@ -1 +0,0 @@
def DBusGMainLoop(set_as_default=False): ...

View File

@ -1,7 +0,0 @@
class BusName: ...
class Object: ...
def method(dbus_interface, in_signature=None, out_signature=None): ...
def signal(dbus_interface, signature=None): ...

View File

View File

@ -1,3 +0,0 @@
class Wireless: ...
class Iwstats: ...