diff src/bridge/bridge_constructor/dbus_core_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 c25371424090
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/dbus_core_template.py	Mon Jan 24 21:48:09 2011 +0100
+++ b/src/bridge/bridge_constructor/dbus_core_template.py	Mon Jan 24 22:05:04 2011 +0100
@@ -24,7 +24,7 @@
 import dbus
 import dbus.service
 import dbus.mainloop.glib
-from logging import debug, info, error
+from logging import debug, info
 
 const_INT_PREFIX = "org.goffi.SAT"  #Interface prefix
 const_COMM_SUFFIX = ".communication"