From 5a14261153a166511b651572ca76708ad3d8ea52 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 Mar 2008 14:07:54 +0000 Subject: Allow event listening and commands at the same time --- test/apitest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/apitest b/test/apitest index ccb40bbe..b1c3f103 100755 --- a/test/apitest +++ b/test/apitest @@ -415,7 +415,7 @@ class Tester: self.dbus_dev_sig_setup() print 'Listening for events...' - elif self.cmd in mgr_cmds: + if self.cmd in mgr_cmds: try: self.dbus_mgr_setup() except dbus.DBusException, e: -- cgit