tuned/tuned-2.2.2-pygobject-base.patch
2013-07-25 18:41:00 +02:00

15 lines
526 B
Diff

diff -up tuned-2.2.2/tuned/exports/dbus_exporter.py.orig tuned-2.2.2/tuned/exports/dbus_exporter.py
--- tuned-2.2.2/tuned/exports/dbus_exporter.py.orig 2013-03-07 11:33:50.000000000 +0100
+++ tuned-2.2.2/tuned/exports/dbus_exporter.py 2013-07-25 18:28:15.312578976 +0200
@@ -2,9 +2,9 @@ import interfaces
import decorator
import dbus.service
import dbus.mainloop.glib
-import gobject
import inspect
import threading
+from gi.repository import GObject as gobject
class DBusExporter(interfaces.ExporterInterface):
"""