Fix python binding.

This commit is contained in:
Daiki Ueno
2011-08-26 13:04:35 +09:00
parent ce2c4ed0f4
commit 06e7e2afac
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class Keysym(symbol.Symbol):
def __init__(self):
super(Keysym, self).__init__()
xkeysym = property(lambda self: self.xkeysym)
xkeysym = property(lambda self: self.__xkeysym)
def serialize(self, struct):
super(Keysym, self).serialize(struct)