python: Fix method renaming.

This commit is contained in:
José Fonseca 2009-04-08 15:32:08 +01:00
parent 724929db3c
commit aaea658dbe

View file

@ -398,8 +398,8 @@ struct st_surface
%}
/* Avoid naming conflict with p_inlines.h's pipe_buffer_read/write */
%rename(read) pipe_buffer_read_;
%rename(write) pipe_buffer_write_;
%rename(read) read_;
%rename(write) write_;
%extend pipe_buffer {