From 6099e3eb438ea96f6b84cfc8776a0464e9b8a4e8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 27 Jun 2007 09:49:58 +0000 Subject: [PATCH] fix missing import --- src/features_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features_window.py b/src/features_window.py index 171043c72..0197b6803 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -177,6 +177,7 @@ class FeaturesWindow: def notification_available(self): if os.name == 'nt': return False + from common import dbus_support if self.dbus_available() and dbus_support.get_notifications_interface(): return True try: