use the new API

This commit is contained in:
Benjamin Peterson 2008-06-26 21:24:35 +00:00
parent b279b8a541
commit 0adfd93f6f
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ class EventProxy(BaseProxy):
# XXX will Event.isSet name be available in Py3.0?
_exposed_ = ('isSet', 'set', 'clear', 'wait')
def is_set(self):
return self._callmethod('isSet')
return self._callmethod('is_set')
def set(self):
return self._callmethod('set')
def clear(self):