summaryrefslogtreecommitdiffstats
path: root/pyinventorymgr
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-29 22:38:55 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-10 22:34:50 -0400
commit1664c8ee6df323b85272d1c56c9bb42c7380bbf3 (patch)
treec43ff2805aea8c332680da674044005388f1adbf /pyinventorymgr
parentf0f3efe1bab463e50ab51d0cb12b3696bafc76b9 (diff)
downloadtalos-skeleton-1664c8ee6df323b85272d1c56c9bb42c7380bbf3.tar.gz
talos-skeleton-1664c8ee6df323b85272d1c56c9bb42c7380bbf3.zip
Remove unnecessary InterfacesAdded signals
Remove ObjectManager signals emitted before a bus name is owned. This isn't necessary now that the system_manager can detect objects via NameOwnerChanged. Change-Id: Ia2b626a926392b50d20c26474e6c9a9fdb3ca2f0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pyinventorymgr')
-rw-r--r--pyinventorymgr/inventory_items.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyinventorymgr/inventory_items.py b/pyinventorymgr/inventory_items.py
index 5422a39..8261589 100644
--- a/pyinventorymgr/inventory_items.py
+++ b/pyinventorymgr/inventory_items.py
@@ -21,7 +21,6 @@ class Inventory(DbusProperties,DbusObjectManager):
DbusProperties.__init__(self)
DbusObjectManager.__init__(self)
dbus.service.Object.__init__(self,bus,name)
- self.InterfacesAdded(name,self.properties)
class InventoryItem(DbusProperties):
OpenPOWER on IntegriCloud