fix missing import

This commit is contained in:
Yann Leboulanger 2007-06-27 09:49:58 +00:00
parent 9dc8404158
commit 6099e3eb43
1 changed files with 1 additions and 0 deletions

View File

@ -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: