Remove trailing whitespace.
[cython.git] / tests / broken / b_extimpinherit.pyx
1 cdef class Parrot:
2
3     cdef describe(self):
4         print "This is a parrot."
5
6     cdef action(self):
7         print "Polly wants a cracker!"