Fix some warning from some glib-thing.

This commit is contained in:
enkore 2015-06-17 14:07:43 +02:00
parent 18d50199ee
commit dee25535e7

View File

@ -30,6 +30,8 @@ class DesktopNotification(BaseDesktopNotification):
try:
import gi
gi.require_version('Notify', '0.7')
from gi.repository import Notify
except ImportError:
pass