diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-07 14:07:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-07 14:07:54 +0000 | 
| commit | 5a14261153a166511b651572ca76708ad3d8ea52 (patch) | |
| tree | bd8f2f54fc6b78dfef9ec7ae01a065851eeb257e | |
| parent | 8b415b792063dc548c753c37166dfa104157daee (diff) | |
Allow event listening and commands at the same time
| -rwxr-xr-x | test/apitest | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
