summaryrefslogtreecommitdiffstats
path: root/python/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/service.py')
-rw-r--r--python/service.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/service.py b/python/service.py
index edaef63f..bfe8fa5f 100644
--- a/python/service.py
+++ b/python/service.py
@@ -2,6 +2,8 @@
import dbus_bindings
import _dbus
from exceptions import UnknownMethodException
+from decorators import method
+from decorators import signal
class BusName:
"""A base class for exporting your own Named Services across the Bus