Thanks, YoungKing and Gustavo I've corrected it and pushed it to github.
Sorry for the slow response. Last week I wasn't connected. > Hello, > > Thanks for reporting it! I've forwarded the message to the plugin author so > that it can be fixed. :) > > Cheers, > > - Gustavo. > > On Wednesday March 18, 2009 11:22:54 YoungKing wrote: >> This is the source code: >> >> class INIAdapter(BaseSourceAdapter): >> """Base class for INI File adapters.""" >> >> def __init__(self, filename): >> """ >> Create an INI file source adapter. >> >> @param filename: The filename with the sections information. >> >> """ >> super(BaseSourceAdapter, self).__init__() >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I think this line would be >> >> super(INIAdapter, self).__init__() > -- Ing. José Dinuncio Unidad de Redes Telemáticas Universidad de Carabobo -- Ing. José Dinuncio Unidad de Redes Telemáticas Universidad de Carabobo _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev