示例#1
0
文件: hgwide.py 项目: gkleiman/wide
    def __init__(self, realm, dsn, repos_base, conf, baseui=None):
        self.dsn = dsn
        self.realm = realm
        self.placeholder = None
        self.repos_base = repos_base

        hgwebdir.__init__(self, conf, baseui)
示例#2
0
    def __init__(self, realm, dsn, conf, baseui=None):
        self.dsn = dsn
        self.realm = realm

        hgwebdir.__init__(self, conf, baseui)