comparison src/bridge/bridge_constructor/dbus_frontend_template.py @ 272:1d2e0dfe7114

bridge: core & frontend sides of bridge are now generated
author Goffi <goffi@goffi.org>
date Mon, 24 Jan 2011 22:05:04 +0100
parents bdcd535e179e
children 2b52a5da0978
comparison
equal deleted inserted replaced
271:0288f97334f2 272:1d2e0dfe7114
19 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 """ 20 """
21 21
22 from bridge_frontend import BridgeFrontend 22 from bridge_frontend import BridgeFrontend
23 import dbus, dbus.glib 23 import dbus, dbus.glib
24 from logging import debug
24 25
25 class BridgeExceptionNoService(Exception): 26 class BridgeExceptionNoService(Exception):
26 pass 27 pass
27 28
28 class DBusBridgeFrontend(BridgeFrontend): 29 class DBusBridgeFrontend(BridgeFrontend):