Skip to content

Commit

Permalink
Fix glib import
Browse files Browse the repository at this point in the history
  • Loading branch information
toupeira committed Sep 2, 2014
1 parent 9aa618b commit fbeb3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hamster-windows-service
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# nicked off hamster-service

from gi.repository import GObject as gobject
from gi.repository import GLib as glib
import dbus, dbus.service
import glib
from dbus.mainloop.glib import DBusGMainLoop

DBusGMainLoop(set_as_default=True)
Expand Down

0 comments on commit fbeb3be

Please sign in to comment.