Correct the module name to not confuse pylint

This commit is contained in:
Marco Pesenti Gritti 2008-04-18 20:23:45 +02:00
parent 2495f2dd9c
commit 4ad5928a74

View File

@ -14,7 +14,7 @@ headers
#include <glib.h> #include <glib.h>
%% %%
modulename _sugarext modulename sugar._sugarext
%% %%
import gobject.GObject as PyGObject_Type import gobject.GObject as PyGObject_Type
import gtk.Entry as PyGtkEntry_Type import gtk.Entry as PyGtkEntry_Type