From ce8e4040d59c4f351724e6a731716c42dbbb44cc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 6 Apr 2020 14:03:52 +0200 Subject: No need to register types anymore --- src/ppm/accountdb.py | 3 --- src/ppm/modemproxy.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/ppm/accountdb.py b/src/ppm/accountdb.py index 283a913..9c3d471 100644 --- a/src/ppm/accountdb.py +++ b/src/ppm/accountdb.py @@ -51,9 +51,6 @@ class Account(GObject.GObject): self.props.timestamp = timestamp -GObject.type_register(Account) - - class AccountDB(object): """ In Gsettings we keep the detailed provider information that's associated diff --git a/src/ppm/modemproxy.py b/src/ppm/modemproxy.py index 189836b..314068f 100644 --- a/src/ppm/modemproxy.py +++ b/src/ppm/modemproxy.py @@ -239,6 +239,3 @@ class ModemManagerProxy(GObject.GObject): self._modem_enable(False, reply_func=reply_func, error_func=error_func) - - -GObject.type_register(ModemManagerProxy) -- cgit v1.2.3