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__()





-- 
润普公司:zopen.cn
易度项目在线管理平台:everydo.com
个人博客:xmuer.appspot.com
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to