Skip to content

Commit

Permalink
[xs][core] Bugfix lp:906882 bugous subclassing of GObject
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanon committed Dec 31, 2011
1 parent 5281633 commit 87b5f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udevdiscover/devicefinder.py
Expand Up @@ -57,7 +57,7 @@ def __init__(self, subsystems='', parent_tree=False):
Create a new DeviceFinder and attach to the udev system to
listen for events.
'''
self.__gobject_init__()
GObject.GObject.__init__(self)

self.client = gudev.Client(subsystems)
self.subsystems = subsystems
Expand Down

0 comments on commit 87b5f69

Please sign in to comment.