Eolian: Fix Class.implements

This commit is contained in:
Kai Huuhko 2014-09-16 17:45:15 +03:00
parent 5e74c720a9
commit eba1a05bca
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ cdef class Class(object):
"""
def __get__(self):
cdef EinaIterator ret = EinaIterator(Function)
cdef EinaIterator ret = EinaIterator(Implement)
ret._set_obj(eolian_class_implements_get(self.klass))
return ret