Exemple #1
0
    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)
Exemple #2
0
    def __init__(self, realm, dsn, conf, baseui=None):
        self.dsn = dsn
        self.realm = realm

        hgwebdir.__init__(self, conf, baseui)