Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
py2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzaroth Lekva committed May 13, 2016
1 parent 44fb59b commit ad9315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celestia/gui/playerframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from celestia.utility.tkvardescriptor import TkVarDescriptor, TkVarDescriptorOwner

@six.add_metaclass(TkVarDescriptorOwner)
class PlayerFrame(ttk.Frame):
class PlayerFrame(ttk.Frame, object):
complete_quests = TkVarDescriptor(tk.BooleanVar)

def __init__(self, parent, xml_handle):
Expand Down

0 comments on commit ad9315b

Please sign in to comment.