Forgotten import v1.0.0
authorKonstantin Stepanov <kstep@p-nut.info>
Mon, 18 Oct 2010 14:51:39 +0000 (17:51 +0300)
committerKonstantin Stepanov <kstep@p-nut.info>
Mon, 18 Oct 2010 14:51:39 +0000 (17:51 +0300)
dbuscron/command.py

index e7d8c68..4faad84 100644 (file)
@@ -1,5 +1,6 @@
 
 import os
+from dbuscron.bus import get_dbus_message_type
 
 class Command(object):
     def __init__(self, cmd):
@@ -12,7 +13,6 @@ class Command(object):
             self.__file = self.__args[0]
 
     def __call__(self, bus, message, environ):
-
         args_list = message.get_args_list()
         env = dict()
         env.update(environ)