From 24eb072bd8aabbc4d0f916b981e2283be0848e97 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 26 Sep 2006 19:27:24 +0100 Subject: [PATCH] dbus/matchrules.py: Use absolute import --- dbus/matchrules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/matchrules.py b/dbus/matchrules.py index 6e05265..c5c0b1b 100644 --- a/dbus/matchrules.py +++ b/dbus/matchrules.py @@ -1,4 +1,4 @@ -from exceptions import DBusException +from dbus.exceptions import DBusException class SignalMatchNode: def __init__(self): -- 2.11.4.GIT