summaryrefslogtreecommitdiffstats
path: root/pyflashbmc
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 /pyflashbmc
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 'pyflashbmc')
-rw-r--r--pyflashbmc/bmc_update.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyflashbmc/bmc_update.py b/pyflashbmc/bmc_update.py
index 1e6fbe4..147f0c3 100644
--- a/pyflashbmc/bmc_update.py
+++ b/pyflashbmc/bmc_update.py
@@ -48,8 +48,6 @@ class BmcFlashControl(DbusProperties,DbusObjectManager):
self.update_process = None
self.progress_name = None
- self.InterfacesAdded(name,self.properties)
-
@dbus.service.method(DBUS_NAME,
in_signature='ss', out_signature='')
OpenPOWER on IntegriCloud