fix TB (exceptions have moved)

This commit is contained in:
Yann Leboulanger 2005-12-01 21:07:30 +00:00
parent 775aa283b2
commit 91d9f0604b
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ class Interface:
try:
import remote_control
self.remote_ctrl = remote_control.Remote()
except (remote_control.DbusNotSupported, remote_control.SessionBusNotPresent):
except (exceptions.DbusNotSupported, exceptions.SessionBusNotPresent):
self.remote_ctrl = None
else:
self.remote_ctrl = None