Skip to content

Commit

Permalink
Fix MRO problem with newer Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
henryk committed Dec 6, 2012
1 parent d0b8667 commit 969e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ireadyou.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def writelines(self, s):

return stream_to_buf(self, stream)

class ireadyou(object,CardObserver,ReaderObserver):
class ireadyou(CardObserver,ReaderObserver):
GLADE_FILE = "gui/ireadyou/ireadyou.glade"

def __init__(self, ticket = None):
Expand Down

0 comments on commit 969e5b4

Please sign in to comment.