diff options
Diffstat (limited to 'python/matchrules.py')
| -rw-r--r-- | python/matchrules.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/python/matchrules.py b/python/matchrules.py index 9a7edb3e..d65e3920 100644 --- a/python/matchrules.py +++ b/python/matchrules.py @@ -1,4 +1,4 @@ -from exceptions import * +from exceptions import DBusException  class SignalMatchNode:      def __init__(self):  | 
