Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Fix Labels inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Oct 7, 2016
1 parent 6bad7a0 commit 2783a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesdbus/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
log.setLevel(logging.INFO)


class Labels(DbusServiceObject, ObjectManager):
class Labels(ObjectManager):
''' A `org.freedesktop.DBus.ObjectManager` interface implementation, for
acquiring all the labels.
'''
Expand Down

0 comments on commit 2783a15

Please sign in to comment.